EventSpark Home

Event Booking Cancelation

Description: Email to an event booking owner when their booking is cancelled

Subject: Event Booking Cancelation for

<messaging:emailTemplate 

subject="Event Booking Cancelation for {!relatedTo.evsprk__Event_Function__r.evsprk__Displayed_Title_X__c}"
relatedToType="evsprk__Delegate__c"
language="{!relatedTo.evsprk__Event_Function__r.evsprk__Language__c}">

<messaging:htmlEmailBody >

<evsprk:emailStyles
font="{!JSENCODE(
IF(
NOT(ISBLANK(relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Email_Font__c)),
relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Email_Font__c,
'Arial, Helvetica, sans-serif'
)
)};"
colour="{!JSENCODE(relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Text_Colour__c)}"
/>

<body style="margin: 0; padding: 0;" bgcolor="#E8E8E8">

<!-- PAGE TABLE -->
<table border="0" cellpadding="0" cellspacing="0" width="100%"
style="font-size:14px; border-collapse: collapse; background-color:#E8E8E8; font-family:{!JSENCODE(
IF(
NOT(ISBLANK(relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Email_Font__c)),
relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Email_Font__c,
'Arial, Helvetica, sans-serif'
)
)};; margin: 0px 20px 50px 20px;">
<tr>
<td>

<!-- INCLUDE EMAIL HEADER TABLE -->
<evsprk:EmailHeader delegateId="{!relatedTo.Id}" />

<!-- EMAIL COPY TABLE -->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600"
style="border-collapse: collapse; background-color:{!JSENCODE(relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Background_Colour__c)}; ">

<tr>
<td style="padding: 20px 20px 20px 20px;">
<div style="font-family: {!JSENCODE(
IF(
NOT(ISBLANK(relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Email_Font__c)),
relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Email_Font__c,
'Arial, Helvetica, sans-serif'
)
)};; color:{!JSENCODE(relatedTo.evsprk__Event_Function__r.evsprk__Event_Theme__r.evsprk__Text_Colour__c)};}">

<p>
{!relatedTo.evsprk__Formatted_Salutation__c},
</p>

<p>
Your booking for {!relatedTo.evsprk__Event_Displayed_Title_X__c}
on {!relatedTo.evsprk__Event_Function__r.evsprk__Formatted_Start_Date__c}
with reference <strong>{!relatedTo.evsprk__Event_Booking__r.Name}</strong>
has been canceled.
</p>

<p>
We hope to see you again at one of our future events.
</p>

<p>
For any queries please contact me.
</p>

<evsprk:EmailHostDetails delegateId="{!relatedTo.Id}" salutation="Thank you," />

</div>
</td>
</tr>

</table>

<!-- INCLUDE EMAIL FOOTER TABLE -->
<evsprk:EmailFooter delegateId="{!relatedTo.Id}" />

</td>
</tr>
</table>

</body>

</messaging:htmlEmailBody>

</messaging:emailTemplate>