- How to Use Personalization
- Personalizing the From Address, Display Name, and More
- How to Personalize with a List Name
JangoMail has powerful personalization capabilities that go beyond personalizing the Subject and Message with the recipient's first and last name. You can send personalized attachment files or make it look like your emails are coming from different people within your organization. Personalization can be done on the following email properties:
Subject
Message
From Email Address
From Display Name
Reply-To Address
CC Address
BCC Address
*Attachment
Any fields and corresponding values that are in your JangoMail list or database can be used for personalization. For example, if you have a JangoMail list defined with the following fields:
EmailAddress
FirstName
LastName
DateOfBirth
All four of these fields can be used to personalize an email to a list member. The same principle applies if you are using JangoMail to connect to your own database.
How to Use Personalization
To insert a field into your email for personalization, use the following syntax:
%%fieldname%%
or
%%fieldname**default value%%
If you enter %%fieldname%%, JangoMail will replace that text with the actual field's value. If the value is blank, then it will appear blank.
If you enter %%fieldname**default value%%, JangoMail will replace that text with the actual field's value, but if the value is blank, the words in between the ** and the %% will appear instead.
For example, assume you are working with the four above-mentioned fields, either as part of a JangoMail List or your own database. Your email could look like:
Subject: Product Update for %%FirstName**Valued Customer%%
Message: Dear %%FirstName**Valued Customer%%,
In this example, if a FirstName exists for the recipient, and if that name is "Dave", the email would be sent as:
Subject: Product Update for Dave
Message: Dear Dave,
If the FirstName field was blank for a recipient, the email would be sent as:
Subject: Product Update for Valued Customer
Message: Dear Valued Customer,
Personalizing the From Address, Display Name, and More
Why would anyone want to personalize these fields?
There are situations in which the ability to personalize these fields is beneficial. Here's an example: Let's say you are the marketing director for ABC Financial Services. ABC Financial Services employs many stockbrokers, and each stockbroker has many clients. You, as the marketing director for the firm, want to send out a promotional email to all ABC customers offering commission-free trades for the month of September. But you want each email to go out like it came from their individual stockbroker, not you, and not ABC Financial Services.
Personalizing any of these fields works just like personalizing the Subject and Message. Use the %%FieldName%% notation or the %%FieldName**Default Value%% notation. For example, let's say you have a JangoMail list called "Customers", and the fields in the list are:
EmailAddress
FirstName
LastName
StockbrokerName
StockbrokerEmail
Continuing from the example above, to send a mass email to all customers of ABC Financial Services so that each recipient gets the email from his/her individual stockbroker, you would set the following when composing the message:
From Display Name: %%StockbrokerName%%
*From Email Address: %%StockbrokerEmail%%
Subject: Commission Free Trades for September
Message: [message goes here]
Reply-To Address: %%StockbrokerEmail%%
**Please note: personalized From Addresses must still be set up for delivery. See the steps for set up.
How to Personalize with a List Name
Message: Dear %%EmailListName%%, How are you doing? ...
Comments
0 comments
Please sign in to leave a comment.