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: name@domain.com"instead of"From: A Cool Event Name <name@domain.com>".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
companyrecord 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.