Sample HTML Message
This is a basic message with an image header and some text information under it. It contains several tokens that you could use in your own message, with explanations to explain what they are for.
<html>
<body>
Graphics such as the logo above won't show up unless you use the full path/location:
<img src="http://scotsscripts.com/media/logo.jpg">
instead of
<img src="media/logo.jpg">
Dear %first_name%, use this if you have your subscribers first names
We want you to buy our products. They are fun and tasty. Click the link below for a sample:
%1234567890%
this is a link token so we can track the link
Thanks for reading this.
Regards,
Jon Smith
If you want to unsubscribe, use the link below.
%unsubscribe%
this will insert the unsubscribe link you defined in config for the mailing list you are sending the message to
%tracker%
this will insert data into the message tracking report to record who opened the email message and how many times it was opened
</body>
</html>