The samples leverage the Mailjet Templating language for Transactional Emailing.
Full guide for Mailjet Transactional templating
The Mailjet templating language offers :
- Data substitution with
{{ ... }}
- Conditional statements:
if
,else
,elseif
andendif
- Loop statements:
for in
andendfor
- All in one transactional : one template rules all your simple transactional messages. Make it easy to manage a single canvas for all your messages
- Mailjet Air Electronic ticket : depending on the destination, the seat class and booking of a car to the airport, the layout changes and offers specific call to actions
- Question / Answers / Comment notifications : alerts for new question, comment and answer (Quandora like) with specific call to action depending on the alerts
- Ecommerce purchase steps : one template to handle all the purchasing communication to the clients
- White label : one template to handle multiple branding
- RSS to email : pull a RSS feed and send it by email (simple loop sample)
- Product list : simple product list
- Product list in zigzag : product list with alternative image side
- Ecommerce receipt : list of product purchased and total price of purchase
More to come soon, so come back ;)