Back to WorldCast Home Page
;
WorldCast allows the user to send images along with the messages.
HTML Example:
If you want to show images, you will have to refer to images at the Intent, or send them as an attached file.
1) In the Tools|Format menu, select HTML as the message format.
2) In the message body, you can refer to an image, using the following tag:
<IMG src="http://www.someaddress.com/somepicture.jpg">
Example of an 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>
If the recipient user is connected to the internet while reading the message, the image will show up.
Back to WorldCast Home Page