Skip to content

Markei/wordpress-smtp-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markei WordPress SMTP Configuration

Install the plugin via Composer

composer require markei/wordpress-smtp-configuration

Activate the plugin in WordPress admin

Add the next two lines to wordpress/wp-config.php above require_once(ABSPATH . 'wp-settings.php');

define('SMTP', 'smtp://localhost:587?encryption=tls&username=&password=')