Top "Phpmailer" questions

PHPMailer is an email creation and sending class for PHP.

"Password not accepted from server: 535 Incorrect authentication data" when sending with GMail and phpMailer

I have the same php script running on localhost - my PC with XAMPP and on a hosted server. It …

php gmail phpmailer
PHPmailer reports: Could not execute: /usr/sbin/sendmail

Why? I can send via mail() in PHP but I can't send via PHPMailer using IsSendmail()

phpmailer
how to fix SSL certificate verification failure

I use PHPMailer, along with Apache and PHP, locally. When I test my SSL config and my cacerts I get …

php ssl ssl-certificate phpmailer php-openssl
PhpMailer vs. SwiftMailer?

I'm building a fairly simple PHP script that will need to send some emails with attachments. I've found these 2 libraries …

php email attachment phpmailer swiftmailer
PHPMailer SMTP Error: Could not authenticate using gmail as smtp server

I am failing to send email in my application hosted on appfog i am using the following code which works …

php smtp gmail phpmailer appfog
SetFrom PHPMailer not working

I am using gmail SMTP to send the mail with the help of phpmailer library. It is sending mails fine …

php phpmailer
Sending Plain text emails using PHPMailer

I have a problem sending plain text emails using PHPMailer. I have text that I read from a text file …

php email formatting phpmailer plaintext
PHPMailer only sends email when SMTPDebug = true

I'm using PHPmailer. It works when $mail->SMTPDebug = true; but when I remove that line, it silently fails. I …

php debugging smtp phpmailer
Everytime my mail goes to spam in phpmailer

Here are my codes for sending mail: $fullname = $_POST['fullname']; $email = $_POST['email']; $telephone = $_POST['telephone']; $email = $_POST['email']; $date = $_…

php email phpmailer email-spam
PHPMailer not working: Message could not be sent

I am trying to create a contact form on my website using PHPMailer. I am having some trouble setting it …

php smtp phpmailer contact-form