How to configure WordPress to use SMTP to send emails

WordPress uses the PHP Mail function to send its emails by default, this function is usually used by spammers to send Spam emails and also spoofing.To avoid this we use SMTP to send emails in wordpress. The following are the steps to configuring SMTP In wordpress.

  1. Download wp smtp mail by wpforms plugin in your wordpress dashboard and activate it.
  2. Once the plugin is installed and activated, a new menu will show up under the Settings section called Email.

 

 

 

 

 

 

3.Click to configure it

4.You will see several configurable options see below

 

 

 

 

 

 

 

 

 

 

5.Check out all the configurable options available

Here’s a list of all of them and what do they configure:

  • From Email– the email address you want to send emails from – [email protected] for example;
  • From Name– the name that your emails will be received from; eg Simon or your company’s
  • Mailer– choose whether you want to use the default Mail function or the SMTP; use Smtp, the second
  • Return Path– check if you want to match the return path for your emails to the sending email;
  • SMTP Host– the hostname for your SMTP server, use mail.yourdomainname
  • SMTP Port– the port your server works on. For non-ssl use 25 or 587, for ssl use 465
  • Encryption– if you have SSL/TLS encryption available for that hostname, select it here.
  • Authentication– check if your SMTP server requires authentication.
  • Username– the username for your SMTP server. Use your full email address.
  • Password– the password for your SMTP server. Use your email’s password.

Was this article helpful?

Related Articles

Leave A Comment?