Top "Phpmailer" questions

PHPMailer is an email creation and sending class for PHP.

Add HTML formatting in phpmailer

I am using PHP mailer to send an online form directly to email. I want to edit the form like …

php phpmailer
PHPMailer to use Gmail as SMTP server.Could not connect to SMTP host. Mailer Error: SMTP Error: Could not connect to SMTP host

i am trying to use phpMailer to send confirmation messages to users via email. my code is this: <?php …

php ssl smtp gmail phpmailer
File attachment with PHPMailer

I have an HTML form with the option to upload a file. I would like then to send that file …

php phpmailer
SMTP Error: The following recipients failed:XXXX

So i just received this error when trying to send an mail using PHPmailer from my site. SMTP Error: The …

php smtp phpmailer
PHPMailer - SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Have encountered an issue where email should be sent from an mail server which has self signed certificate, the error …

php email phpmailer
SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address failed: [email protected] ERROR

In contact form it's working fine in localhost. While hosted it's not working. Showing the error **"SMTP -> ERROR: …

php email smtp phpmailer outgoing-mail
PHP mailer error

I tried to use php mailer but errors as follows. SMTP -> FROM SERVER: SMTP -> FROM SERVER: …

php phpmailer
phpMailer - How do you Remove Recipients

There are a lot of StackOverflow questions on this topic, but I couldn't find one that was able to help …

php email phpmailer
Add attachment through PHPMailer

I have this following piece of code of PHPMailer. The problem is, that the file uploads to the server successfully …

php email phpmailer
PHP Mailer with HTML template and sending variables

Basically I'm trying to do this. http://www.xeweb.net/2009/12/31/sending-emails-the-right-way-using-phpmailer-and-email-templates/ Here is my code index.php <?php include(…

php phpmailer