Is it possible send to the administrator, the same number of emails of events purchased?
That is, if the user purchase 3 events, the system must send 3 emails to administrator. One for each event
Remember correctly, or before, the file email.php worked in this way?
Yes, but since the function event_espresso_email_confirmations is plugable, and the function email_by_session_id is not, you would have to do it this way:
You can add this code to:
1 – Your theme’s functions.php file. It may get overwritten the next time you update your theme.
2 – The EE custom files add-on in the custom_functions.php file.
3 – Use this blank plugin to hold the custom function.
Viewing 1 reply thread
The support post ‘Multiple Emails for Admin’ 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.