How do I use
multi-subject and multi-body messages?
- Subject
- In your subject, you can use the pipe ( | )character to separate
your subjects.
-
Example
Subject 1|Subject 2|Subject 3|Subject 4
With a subject like this, recipients will receive Subject 1, Subject 2, Subject 3 or Subject 4 at random. -
- Body
- In your message body, you can use the string #break# to separate message bodies.
-
Example
Hi there!
%%unsubscribe%
#break#
Hey there!
%%unsubscribe%
#break#
Ho there!
%%unsubscribe%
#break#
Ahoy there!
%%unsubscribe%
- With a message like this, recipients will receive "Hi there!", "Hey there!", "Ho there!" or "Ahoy there!" at random.
- Notice we put %%unsubscribe%%
in each variation? You need to include an unsubscribe link in EVERY
variation of your message to ensure it shows to every recipient, no
matter the variation that they receive.
Back to top.
What is the limit on
the randomizations?
None, really. You are simply limited to the availability of resources
on your hosting account, vps or dedicated server. More subjects and
bodies make your message larger and thus use more resources to send.
Back to top.
Are the subjects and
bodies sent sequentially?
No. The subject and body for each recipient is chosen entirely at random.
Back to top.