2017 © Pedro Peláez
 

wordpress-plugin wp-smtp-mailer

A WordPress plugin that configures wp_mail to use SMTP.

image

dannyvankooten/wp-smtp-mailer

A WordPress plugin that configures wp_mail to use SMTP.

  • Monday, January 8, 2018
  • by dannyvankooten
  • Repository
  • 1 Watchers
  • 12 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md


WP SMTP Mailer

This plugin will configure the default WordPress email function (wp_mail) to use PHPMailer with SMTP., (*1)

Build Status Stable Version License Code Climate Test Coverage, (*2)

Usage

Define all of the following constants in your /wp-config.php file. If either one of these constants is not defined, the plugin won't configure PHPMailer to use SMTP., (*3)

define( 'SMTP_HOST', 'smtp.gmail.com' );
define( 'SMTP_PORT', 465 );
define( 'SMTP_USER', 'your email' );
define( 'SMTP_PASSWORD', 'your password' );

That's all., (*4)

PS. I recommend using something like MailCatcher as the SMTP server in your development environments., (*5)

The Versions

08/01 2018

dev-master

9999999-dev

A WordPress plugin that configures wp_mail to use SMTP.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

wordpress smtp wp_mail

29/08 2017

1.1

1.1.0.0

A WordPress plugin that configures wp_mail to use SMTP.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

wordpress smtp wp_mail

06/01 2016

1.0.1

1.0.1.0

A WordPress plugin that configures wp_mail to use SMTP.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

The Development Requires

wordpress smtp

27/02 2015

1.0

1.0.0.0

A WordPress plugin that configures wp_mail to use SMTP.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

wordpress smtp