Back to WorldCast Home Page

; Creating HTML Messages

;
When you create messages using HTML formatting, only email programs that support HTML can read the formatting. If the recipient's email program does not read HTML, the message is displayed with HTML tags.

To create HTML messages, go to the Tools menu, select Configuration, go to the Format dialog then check HTML as the desired message format.

WorldCast has a powerful syntax-oriented HTML editor and an HTML previewer.

If you want to show images, you will have to refer to images at the Intent, or send them as an attached file.

Example of a HTML message, referring to an image stored at a web site:





<HTML>

</HEAD>
<BODY>
<CENTER>
<FONT face=Arial size=36><STRONG><EM>WorldCast</EM></STRONG></FONT>
<BR><BR>
WorldCast is an email program that quickly and easily delivers a great number of personalized email messages directly to the recipients, without using your ISP Intent SMTP relay server,because <FONT color=#ff0000>WorldCast is a self-sufficient SMTP relay</FONT>.</FONT>
<BR><BR>
<IMG src="http://www.fairlogic.com/worldcst/screen/snap1.jpg">
</CENTER>
</BODY>

</HTML>


Back to WorldCast Home Page