Personalization & Dates

Personalize every email you send to include subscriber data such as their name, the last product they purchased or any other data you store.

[firstname,fallback=your content here]
Outputs the recipients' first name, if available
[lastname,fallback=your content here]
Outputs the recipients' last name, if available
[fullname,fallback=your content here]
Outputs the recipients' full name, if available
[email]
Outputs the recipients' email address
[customFieldName,fallback=your content here]
Custom fields

Dates

Automatically add the date to your campaign, such as "July Newsletter" without the need to change it every month.

<currentday>
Outputs a numeric representation of the day of the month e.g. 8
<currentdayname>
Outputs a textual representation of the day e.g. Wednesday
<currentmonth>
Outputs a numeric representation of the month e.g. 7
<currentmonthname>
Outputs a textual representation of the month e.g. July
<currentyear>
Outputs a numeric representation of the year e.g. 2009

Example

<currentmonthname> <currentday>, <currentyear>

Above: The code to include in your HTML templates