I noticed the email.php line 457 reads:
‘send_to’ => $data->event->alt_email == ” ? $org_options[‘contact_email’] : $data->event->alt_email . ‘,’ . $org_options[‘contact_email’],
Is that supposed to be user who registers?
I needed to be able to account for conflicting time registration (which is not an available feature) so I used Formidable Pro to do so and created a form that automatically registers a user with a user name an e-mail. That e-mail is then auto-filled on the registration form (which is what I want). Could this be an issue? That’s the only thing I can think of.
Any other workarounds on the php code? I really need the user to get this e-mail as it has all the events on one page.
That could well be the issue, my first thoughts would be to test it by turning off Formidable and seeing if the emails start working again.
Regarding the code you pasted. That is for the admin.
Viewing 3 reply threads
The support post ‘Event Registration Notification to Attendee’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.