- This topic has 4 replies, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › user-defined e-mail to contact person is not accepted
Hi Franky,
I tried to define a different strucutured e-mail to the contact person of the event for just one event, but it does not work.
There’s always sent off the standard e-mail defined under settings.
I tried both with a seperate template and I tried copying in the code directly in the respective area of the event but there’s always sent off the standard e-mail defined under settings.
Can you help me?
Best Regards
S
Just tried it here: the per-event contact body is taken perfectly (didn’t try the template, but the code is identical). Which version of EME do you use? Can you show demo? Or an admin account?
The Version of EME is 1.5.7
This is the test-template, exactly the same as the Standard template under settings, the one which is sent off by eme, just the first line is different:
This msg should be the different one!!!!!!!!!!!!!!!!!!
Nachricht für den Kurstutor:
<br>
<br>
#_RESPNAME (#_RESPEMAIL) hat sich zur Veranstaltung #_EVENTNAME am #m #d, #Y angemeldet.
<br>
<br>
Er/sie möchte #_SPACES Platz/Plätze reservieren.
Es wurde also #_RESERVEDSPACES Platz/Plätze reserviert.
<br>
<br>
Vorname: #_RESPNAME<br
Nachname: #_FIELD{2}<br>
Geburtsdatum: #_FIELD{4}<br>
Geschlecht: #_FIELD{5}<br>
Strasse: #_FIELD{6}<br>
Nr: #_FIELD{18}<br>
Postleitzahl: #_FIELD{7}<br>
Ort / Stadt: #_FIELD{8}<br>
Land: #_FIELD{10}<br>
Telefon: #_FIELD{11}<br>
E-Mail: #_RESPEMAIL<br>
Anzahl Plätze: #_SPACES<br>
Infos zu eventuellen weiteren Teilnehmern: #_FIELD{19}<br>
Bemerkungen: #_COMMENT<br>
Well, could you mail me an admin account so I could see on your side what is going on?
Information to third readers:
The problem is solved.
Defining a event-specific e-mail for the event-responsible is not possible for events, where subscriptions have to be confirmed (see respective events-setting).
I solved it with the following code:
[eme_if tag='#ESC_CATEGORIES' notcontains='denomination_even_category_with_different_email']
….standard e-mail
[/eme_if]
[eme_if tag='#ESC_CATEGORIES' contains='denomination_even_category_with_different_email']
…specific, different e-mail
[/eme_if]
Thank you for your help, Franky!
S