Default Email From Name Won't Override
Permalink
I have an issue where the 'From' address for all emails is that of the super admin. I have the following in my config.php:
define('EMAIL_DEFAULT_FROM_ADDRESS','noreply@sample.com');
define('FORM_BLOCK_SENDER_EMAIL', EMAIL_DEFAULT_FROM_ADDRESS);
but still all emails are from the super admin. I don't want to have to change the email address of the super admin.
Any ideas?
define('EMAIL_DEFAULT_FROM_ADDRESS','noreply@sample.com');
define('FORM_BLOCK_SENDER_EMAIL', EMAIL_DEFAULT_FROM_ADDRESS);
but still all emails are from the super admin. I don't want to have to change the email address of the super admin.
Any ideas?