WP Mail SMTP
Send emails from Wordpress with SMTP method.

Descriptions:
This plugin reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page that allows you to specify various options.

You can set the following options:
  1. Specify the from name and email address for outgoing email.
  2. Choose to send mail by SMTP or PHP's mail() function.
  3. Specify an SMTP host (defaults to localhost or mail.domainname.com).
  4. Specify an SMTP port (defaults to 25 or 587).
  5. Choose SSL / TLS encryption (not the same as STARTTLS).
  6. Choose to use SMTP authentication or not (defaults to not).
  7. Specify an SMTP username and password.
    i.e. : username : info@domainname.com password : password

Follow the instruction :
  • Download
  • Upload to your /wp-contents/plugins/ directory.
  • Activate the plugin through the 'Plugins' menu in WordPress.
  • Plugin Download link : Click here.
  • Plugin Support Link : Click Here.
  • Plugin Overview Screen shot : Click Here.
Plugin Source via > McDomand
Was this answer helpful? 0 Users Found This Useful (1 Votes)