Sent Emails' From does not include Company Name
-
The From for sent emails is not properly loading the Company Name from SQL. This results in emails with
"From: [email protected]"
instead of"From: A Cool Event Name <[email protected]>"
.The problem is in the PHP that generates email headers, it is referencing
$company_options['company']
instead of$company_options['company_name']
.I’ve added a
company
record to my options table by hand and can confirm that sent emails add its value to their From.
- The topic ‘Sent Emails' From does not include Company Name’ is closed to new replies.