Custom Email Sender
This plugin sets and configures sender email, return path and sender name.
- Set from address — Included since 1.0.0
- Set sender name to site name — Included since 1.0.0
- Set sender address — Added 2.2.2
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_EMAIL_DOMAIN’, ‘example.com’);
define(‘EDL_MAIL_FROM’, ‘no_reply@example.com’);
define(‘EDL_MAIL_FROM_NAME’, ‘Sender’);
The from address has logic to override bad email domains when your site is on a subdomain
This product has been discontinued