markei/wordpress-smtp-configuration

Configure WordPress for SMTP mail

v1.1.0 2022-06-20 14:30 UTC

This package is auto-updated.

Last update: 2024-04-20 19:01:08 UTC


README

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=')