WP SMTP Mail CONFIG

Configures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.

Author:TakeCare Solutions & Services (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:4.2.1
Plugin version:0.1.0
Added to WordPress repository:07-05-2014
Last updated:06-05-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://tcss.co.in/wp-smtp-mail-config/
Total downloads:6 930
Active installs:1 000+
plugin download
Click to start download

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).
  • Specify an SMTP port (defaults to 25).
  • 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.