• 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 company record to my options table by hand and can confirm that sent emails add its value to their From.

    https://wordpress.org/plugins/event-registration/

The topic ‘Sent Emails' From does not include Company Name’ is closed to new replies.