Top "Phpmailer" questions

PHPMailer is an email creation and sending class for PHP.

SSL3_GET_SERVER_CERTIFICATE certificate verify failed on Windows 10 Pro with IIS

When trying to send emails through smtp.google.com via PHPMailer on PHP hosted by IIS on Windows 10, I get …

php iis phpmailer php-openssl
PHPMailer sent message, but returned CLIENT/SERVER dialog to browser

So I've searched Google and Stackoverflow and I'm a bit surprised I could not find this problem. I'm using XAMPP/…

php email localhost phpmailer
How can I send an email via PHPMAILER without SSL - port 25?

I want to send an email without SSL using PHPMailer. I have enabled the debug mode so that I can …

php email phpmailer starttls
SMTP configuration not working in production

I'm trying to send an email when a form is submitted. I'm using PHPMailer to send the mail using the …

php email smtp phpmailer
PHPMailer and S/MIME

For a school assignment we have to send secure emails coming from a bank (we are the bank). In order …

php security phpmailer digital-certificate smime
Attaching a PDF on the fly using mPDF and PHPmailer

I'm using mPDF to generate PDF's when a button is clicked. I am looking for a way to add the …

php phpmailer mpdf
Account confirmation email sent as SPAM

I am using PHPMailer to send a confirmation email for newly registered users in my social network. But I found …

php spam phpmailer
PhpMailer, sent attachment as other name

I use phpmailer for sending email with attachment file = "/path/bla.csv"; require 'class.phpmailer.php'; $mail = new PHPMailer(); // some …

php email phpmailer