How to use smtp server in phplist?

Member

by lottie , in category: Third Party Scripts , a month ago

How to use smtp server in phplist?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by aubrey , a month ago

@lottie 

To use an SMTP server in phpList, you need to configure the settings in the phpList configuration file. Here's how you can do it:

  1. Login to your phpList admin panel.
  2. Go to the "Config" tab and click on "Settings".
  3. Scroll down to the "Mailer Settings" section.
  4. Select "SMTP" from the dropdown menu for the Mailer.
  5. Enter the SMTP server settings provided by your email service provider. This usually includes the server address, port number, authentication method, username, and password.
  6. Click on the "Save Changes" button to save the settings.


After configuring the SMTP server settings, phpList will use the SMTP server to send out emails instead of using the default mail server. This can help improve email deliverability and ensure that your emails reach the recipients' inboxes.