php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SMTP-Auth"

What is SMTP-Auth and how does it impact sending emails through PHP, especially when using qmail?

SMTP-Auth is a method of authenticating the sender of an email using a username and password. When sending emails through PHP, especially with qmail,...

What could be causing delays of 120-180 seconds when sending emails via SMTP with AUTH LOGIN or AUTH PLAIN in PHP?

The delays of 120-180 seconds when sending emails via SMTP with AUTH LOGIN or AUTH PLAIN in PHP could be caused by the server's DNS resolution setting...

How can PHPMailer with SMTP-Auth be implemented to ensure successful email delivery in PHP scripts?

To ensure successful email delivery in PHP scripts using PHPMailer with SMTP-Auth, you need to properly configure the PHPMailer object with the SMTP s...

What steps can be taken to troubleshoot and resolve authentication errors like "SMTP ERROR: AUTH command failed" in PHPMailer?

To troubleshoot and resolve authentication errors like "SMTP ERROR: AUTH command failed" in PHPMailer, you can try the following steps: 1. Double-che...

In what situations would it be more appropriate to use a Mail class with SMTP-Auth over the built-in mail() function in PHP for sending emails in a browser game application?

When sending emails in a browser game application, it would be more appropriate to use a Mail class with SMTP-Auth over the built-in mail() function i...

Showing 1 to 5 of 1430 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 285 286 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.