Where would I look to add some text to the event cancellation email, as well as have an email sent to another email address, other than the attendee that is canceling and the admin!
Is this the cancellation email sent when cancelling though the My Events page?
If so this is within the my_events_page.php file, from reading your previous thread it appears you have already modified/moved this file. So within that modified version around line 247 you should find the espresso_send_attendee_cancel_notification() function.
Add text to the body of the email using the $att_email_body variable.
Sending to another email address my get a little more tricky depending on how/where you have this other email address stored?
I see what you’re saying—will try that out. Where would I then add the additional email address in the code so it gets sent to the admin as well as the alias I set up?
That’s the command to send the admin email. Simply copy that to line below and add the email you wish to send to in place of $org_options[‘contact_email’]. So for example
The support post ‘Cancellation Email’ 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.