Support

Home Forums Event Espresso Premium Subject email registration confirmation

Subject email registration confirmation

Posted: February 23, 2014 at 10:20 am

Viewing 1 reply thread


federico bertaina

February 23, 2014 at 10:20 am

Hi,
can i change the subject of the mail sent from EE to admin for registration confirmation from:
“Event title – registration confirmation”
to: “attendee id – registration confirmation”

thanks


Tony

  • Support Staff

February 24, 2014 at 4:22 am

Hi Federico,

With EE3 this would require a core customisation to a function that is not pluggable

Meaning this would be lost after each Event Espresso update and as such we generally advise against it & can not support them.

The file you need to edit is event-espresso/includes/functions/email.php line 295

$data->email_subject = !$data->multi_reg ? $data->event->event_name : $org_options['organization'] . __(' registration confirmation', 'event_espresso');

Changing

$data->event->event_name

to

$data->attendee->registration_id

Gives you the registration id.

How you construct the subject depends on what output you would like to use based on whether or not the registration is part of a multiple registration ($multi_reg) or not.

Viewing 1 reply thread

The support post ‘Subject email registration confirmation’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso