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:
- Specify the from name and email address for outgoing email.
- Choose to send mail by SMTP or PHP's mail() function.
- Specify an SMTP host (defaults to localhost or mail.domainname.com).
- Specify an SMTP port (defaults to 25 or 587).
- Choose SSL / TLS encryption (not the same as STARTTLS).
- Choose to use SMTP authentication or not (defaults to not).
- 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.