How To Make PHPList Send Emails Via GMail SMTP

Send PHPList Emails Via GMail's SMTP ConnectionDue to problems with PHPList emails ending up in spam folders or limits on the amount of emails we can send per day from our servers, some folks prefer using Gmail’s SMTP connection to send out articles etc. to their list.

For those interested, this quick tutorial shows you how to configure PHPList version 2.10.12 to send emails using PHPMailer 5.1 and GMail’s SMTP.

To begin with, you’d need to download the new PHPMailer 5.1 and then extract the content to your desktop or anywhere on your computer.

Open the class.phpmailer.php file within that folder and configure it as shown below under Properties For SMTP.

 

Configure SMTP Properties In PHPMailer File

 

Once you’re done editing the class.phpmailer.php file, save it.

Log into your server via FTP, backup the phpmailer folder of your PHPList installation then delete the contents.

You can find the phpmailer folder with the admin folder.

Copy the contents of the PHPMailer 5.1 you just extracted into the phpmailer folder on your server and you’d be done with that part Winking smile.

These are the content of PHPMailer 5.1 that I’m talking about

List Of Files In PHP Mailer Folder

 

Final step, go to the config folder of your PHPList installation and download config.php for editing and then proceed to edit as follows

UNDER SETTINGS FOR HANDLING BOUNCES

 

Set Message Envelope For PHPList / PHPMailer

 

Scroll down to the Advanced Features, HTML editor, RSS, Attachments, Plugins. PDF creation section and edit the following parameters:

 

Configure PHPMailer SMTP Settings

Once you’re through with that, save the file and reupload it to your server and you’d have successfully configured your installation of PHPList to send emails via GMail’s SMTP Winking smile.

To be sure that it works, log into your PHPList admin area and send a test message to your self or subscribe to your list and see if you get an email.

Hope this helps a little.

If you’ve got comments or questions, do feel free to make use of the comment form below. Cheers Winking smile.

Reviewer's Rating!
Leave Your Own Rating!
[Total: 0 Average: 0]

You’ll also like:

  1. How To Fix Hostgator Wordpress Emails Being Tagged As Spam
  2. How To Resend Confirmation Email To PHPList Users
  3. How To Delete All Subscribers In PHPList Database
  4. How To Send Emails Via MAMP for Mac OS Localhost
  5. How To Setup Email Accounts On Samsung GT C3212

Please share this article to help others. Thanks