WooCommerce Email Sender Adjustments

This plugin sets the WooCommerce New Account and Password Reset email notification sender name to include Security. It also changes the Customer Invoice and Customer Note emails to come from sales@yourdomain allowing you to have 2 different email senders in WooCommerce.

  • Change WooCommerce email from name — Added 1.0.0
  • Change WooCommerce email from address — Added 1.0.0

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_NAME’, ‘Sender’);

This product has been discontinued