HTML Email
An email body comes in two flavors: plain text and HTML (Hyper Text Markup
Language). HTML can be used to create very attractive messages, complete with
formatted text, embedded graphics, and tables. When using HTML, a text version
should also be included. If the
end-user's email client cannot handle HTML, it will automatically display the text body
instead.
Gammadyne Mailer can automatically detect images in the HTML body and embed them in the email, making the setup very simple. Click here for details on how to embed graphical images.
Gammadyne Mailer contains a powerful WYSIWYG HTML Editor for creating HTML emails.
Gammadyne Mailer can automatically detect images in the HTML body and embed them in the email, making the setup very simple. Click here for details on how to embed graphical images.
Gammadyne Mailer contains a powerful WYSIWYG HTML Editor for creating HTML emails.
Personalization
The HTML body can be personalized with G-Merge, Gammadyne Mailer's built-in
programming language, just like the text body. Here is an example:
Even embedded images can be personalized for each recipient. Here is an example of a personalized Embedded Files List:
<html>
<body>
Dear [[FirstName]],<br>
<br>
Thank you for signing up for the Plasma TV Newsletter.
You will receive the next issue shortly.<br>
<br>
Your sign-up details are as follows:<br>
<br>
First name: [[FirstName]]<br>
Last name: [[LastName]]<br>
Email address: [[Email]]<br>
</body>
</html>
Even embedded images can be personalized for each recipient. Here is an example of a personalized Embedded Files List:
foo.jpg
c:\images\bar.gif
c:\work\[[some_database_column]]
[[if include_signature]]signature.gif[[endif]]


