- This topic has 6 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Booking Information to one E-Mail
Hello Franky,
At the moment a booking confirmation will be sent to the respective author of the seminar. Is it possible to specify a single e-mail?
Greetings,
Markus
If you want to send the booking confirmation to a different email than the author, change the contact info for that event.
Unfortunately, the system is configured in such a way that the contact persons appear in the seminar list and this should be the case.
I have to find a way to redirect the mails of the various contacts to one mail address.
Do you have any hint where in the code I would do that best?
Greetings,
Markus
There’s only 1 contact to be assigned. If you want, use an email behind that name that goes to several persons, or use extra event attributes.
} elseif ($action == ‘pendingRegistration’) {
// can only be called from within the backend interface
// so we don’t send the mail to the event contact
return eme_send_mail($pending_subject,$pending_body, $person[’email’], $person_name, $contact_email, $contact_name, $queue);
I found this in eme_rsvp.php line 2368.
Do I see that correctly, that this line is responsible for the mails to the Kontakperson with a reservation entrance? (Sorry Google Translate)
If I change the $contact_email into “email@address.de”, then the mails come only to this address or am I wrong here?
Your solution ist the best.
But if I make a Attribute now, I need to adjust 150 Events. So I better change the code, because the Mail Address will be never changed.
Only for understanding my question….
Create an attribute and set a default value for it (see the doc) in your template of use.
Code changes are not supported, since they’ll be gone with the next update anyway.