|
|
|
RapidSMTP Online Documentation
.: Online Manual
.: 6. DynamicText
|
6. DynamicText
Send personalized and targeted emails.
|
Getting Started
What is DynamicText?DynamicText is a powerful personalization engine to send targeted newsletters to your recipients.DynamicText can merge database fields into your e-mail message and
individually greet each recipient. DynamicText is also a full featured
script language which allows you to...
|
|
What is Preview DynamicText?
What is DynamicText?If you do not know, what DynamicText is and for what it can be used, please click here.What is Preview DynamicText?Preview DynamicText allows you to generate statistics on the results of your DynamicText code.Create your newsletter in the 'Create Email' window.Enter your...
|
|
AB test the performance of 2 different links
This example returns two different links at random. You can measure the performance of each advertisement with RapidSMTP's reporting functions.Evaluate(If(GreaterThan(Random(1;100);50);<a href="http://yourdomain/product1">Text for Product 1</a>;<a...
|
|
Reorder offers according to the age group of recipient.
Reorders text accoring to the age group of recipient. Age is computed from database field [Birthday]. Evaluate(Reorder(Mul(-1;Abs(Sub(Age([Birthday]);7)));offers for kids;Mul(-1;Abs(Sub(Age([Birthday]);15)));offers for boys/girls;Mul(-1;Abs(Sub(Age([Birthday]);20)));for young...
|
|
|