Top "Phpmailer" questions

PHPMailer is an email creation and sending class for PHP.

How do I prevent mails sent through PHP mail() from going to spam?

I am using PHP's mail() function to send emails (sendmail process is running). But all the mails are going to …

php email spam phpmailer
phpmailer - The following SMTP Error: Data not accepted

I'm trying to figure out this issue for 6 hours. But there is nothing to make sense. Here is the scenario; …

php email smtp phpmailer
Send email with PHPMailer - embed image in body

I'm trying to send HTML mail, with PHPMailer, with images. The body is loaded from a html file, that contains …

php html image email phpmailer
Phpmailer AddBcc not working

I am using phpmailer to sent email, and it works the recipients receive the mail except the bcc and cc …

php phpmailer
PHPMailer generates PHP Warning: stream_socket_enable_crypto(): Peer certificate did not match expected

I am using PHPMailer on PHP 5.6, the increased security around certificated in PHP 5.6 is certainly fun. I am trying to …

php ssl openssl phpmailer
PHPMailer GoDaddy Server SMTP Connection Refused

The other day I was experiencing some problems with my GoDaddy hosted site. I called their tech support, and the …

php linux email phpmailer
PHPMailer could not connect to SMTP host

getting following error: SMTP -> ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: No such host …

php smtp phpmailer
Setting up PHPMailer with Office365 SMTP

I am attempting to set up PHPMailer so that one of our clients is able to have the automatically generated …

php email ssl phpmailer office365
insert image in mail body

How to insert image in mail body when user click on send button. I am using php mail

html phpmailer php
PHPMAILER Not sending and not giving error

I am trying to let users fill out a contact form, which will then be sent to my email. But …

php smtp phpmailer