Actions
Reminder E-mail Templates¶
These templates are defined under the 'Settings' menu. These are the keys:
email_reservation_reminder_message_subject_english_html email_reservation_reminder_message_body_english_html email_reservation_reminder_message_subject_french_html email_reservation_reminder_message_body_french_html email_reservation_reminder_message_subject_german_html email_reservation_reminder_message_body_german_html
The values for the body fields should be valid html, which will be placed between the <body> and </body> tags. Do not include body tags, html tags or a html header section.
Variables¶
The following variables will automatically be substituted for their respective value:
| Variable | Meaning |
| [SALUTATION] | Salutation |
| [FIRST_NAME] | Participant first name |
| [SURNAME] | Participant surname |
| [ARRIVAL] | Arrival date |
| [ARRIVAL_TIME] | Arrival time |
| [DEPARTURE] | Departure date |
| [DEPARTURE_TIME] | Departure time |
Updated by Ward Vandewege over 8 years ago · 3 revisions