Top "Phpmailer" questions

PHPMailer is an email creation and sending class for PHP.

phpmailer debug output to html variable

Im looking to use php mailers debug information to display in a webpage. When I enable debugging it just echo's …

php html phpmailer
How can i attach an image using Phpmailer?

I am using phphmailer and have attached an image, it shows only the image like an icon rather than image …

php phpmailer
Lumen 5.3 send email

I tried send a email from Lumen using gmail smtp config. I am using: illuminate/mail, Version 5.3 lumen, Version 5.3 I …

laravel phpmailer lumen
Warning: stream_socket_enable_crypto(): SSL operation failed with code 1

I have a problem with CSCart, it fails sending mail via google account. To check if there is a problem …

php apache ssl phpmailer freebsd
PHPmailer sending mail to spam in hotmail. how to fix?

I'm using the phpmailer class to send emails. Currently gmail and yahoo do not mark emails as spam, but hotmail …

php email phpmailer spam hotmail
PHPMailer attachment, doing it without a physical file

So: // Setup mail class, recipients and body $mailer->AddAttachment('/home/mywebsite/public_html/file.zip', 'file.zip'); The …

php phpmailer
How to send email with Phpmailer with DKIM signature?

I`m using PHPmailer to sent email. I installed postfix service and DKIM-Milter to generate the key. It works fine …

php sendmail postfix-mta phpmailer dkim
Sending Mail in PHP : SMTP Error: could not authenticate

I am trying to send mail in PHP. I use same code for localhost and server. But when I use …

php smtp phpmailer smtp-auth
Persistent SMTP connection in PHPMailer

How to enable persistent SMTP connections in PHPMailer? I will send many emails, so with persistent connections probably I will …

php performance smtp phpmailer persistent-connection
PHPMailer - OpenSSL Error

Based on the example that PHPMailer provides i have the script below, date_default_timezone_set('Etc/UTC'); require './…

php ssl phpmailer