Description
Plugin Name: | Custom Configuration Settings for SMTP Email |
Current Version: | 3.4.0 |
Original Release Date: | September 3, 2014 |
Last Updated: | December 20, 2018 |
Tested Up To: | 5.5.3 |
Building, Securing, and Optimizing WordPress Since 2014
$24.99
This plugin sets and configures SMTP email (edit with username and password) by allowing the user to customize their sender email, return path and sender name.
The sender from name has been included to override plugins that hardcode the admin email address as the sender name.
Copy the below variables to your wp-config file and adjust to your needs
// CUSTOM EMAIL
define(‘EDL_SMTP_HOST’, ‘smtp-relay.gmail.com’); // The hostname of the mail server
define(‘EDL_SMTP_AUTH’, false); // Use SMTP authentication (true|false)
define(‘EDL_SMTP_PORT’, ‘587’); // SMTP port number – likely to be 25, 465 or 587
define(‘EDL_SMTP_USER’, ‘[email protected]’); // Username to use for SMTP authentication (only if auth set to true)
define(‘EDL_SMTP_PASSWORD’, ‘xxxxxxxxxxxxxxxx’); // Password to use for SMTP authentication (only if auth set to true)
define(‘EDL_SMTP_SECURE’, ‘tls’); // Encryption system to use – ssl or tls
define(‘EDL_EMAIL_DOMAIN’, ‘example.com’);
define(‘EDL_MAIL_FROM’, ‘[email protected]’);
define(‘EDL_MAIL_FROM_NAME’, ‘Sender’);
define(‘EDL_MAIL_TO’, ‘[email protected]’);
The from address has logic to override bad email domains when your site is on a subdomain
Plugin Name: | Custom Configuration Settings for SMTP Email |
Current Version: | 3.4.0 |
Original Release Date: | September 3, 2014 |
Last Updated: | December 20, 2018 |
Tested Up To: | 5.5.3 |
Only logged in customers who have purchased this product may leave a review.
We stand behind our plugin's quality and your satisfaction with it is important to us. However, because it's a digital good, delivered via download, we generally offer no refunds.
If you change your mind about your purchase and have not yet downloaded our plugin, we will happily issue a full refund upon your request over the next 14 days.
Refund requests made after downloading the plugin are handled on a case by case basis and are issued at our sole discretion. Refund requests, if any, must be made within 14 days of your original purchase.
Reviews
There are no reviews yet.