Question
How do I add a 'View in Browser' link to my email message ?
Answer
Wondering what a A 'View in Browser' link means ? Its a frienly link that you can put at the top of the message so that if recipients are having trouble viewing the email they can click on the link and BlastWizard will serve the email in the browser. Its a recommended best practice because many mail clients today automatically suppress images. Heres how you do it.
To add the link to the HTML Version of the message
Step1: Open the document in BlastWizard's Editor
Step2: Add the following three lines at the top of the document
<!-- begin_viewemail -->
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">If you have trouble viewing the images in this email, please view the online version <a href="http://www.responsetrack.net/viewemail/?`secret%2D`checksum">here</a>.</font>
<!-- end_viewemail -->
Step3: Save the document and you can use it to schedule the job.
To add the link to the Text version of the message
Step1: Open the text document in BlastWizard's Editor
Step2: Add the following three lines at the top of the document
`begin_viewemail
To view the online (HTML) version of this email, go to http://www.responsetrack.net/viewemail/?`secret%2D`checksum.
`end_viewemail
Step3: Save the document and you can use it to schedule the job.
|