[thelist] RE: email software

ADOLPH TRUDEAU ATRUDEAU at NMSSLONESTAR.org
Wed Aug 22 12:32:51 CDT 2001


 From what I've noticed, there is no special difference between html used in
email clients and html used in web browsers. I have done a few in CF using
the following tag:

<cfmail
FROM = "user at host.tld"
TO="user at host.tld"
Server="servername.host.tld"
SUBJECT = "Your_subject here"
Type="html">
<!--- BODY TEXT HERE --->
<html>
<head>
<title>
YOUR TITLE HERE
</title>
</head>
<body>
YOUR HTML HERE
</body>
</html>
</cfmail>

-----Original Message-----

Message: 21
From: ALBIE ATTIAS <ALBIE at eurosimm.com>
To: "Monkeyjunkies (E-mail)" <monkeyjunkies at lists.wired.com>,
"Evolt Mailing List (E-mail)" <thelist at lists.evolt.org>
Date: Wed, 22 Aug 2001 15:43:22 +0100
charset="iso-8859-1"
Subject: [thelist] email software
Reply-To: thelist at lists.evolt.org

Hi


Does anyone know of any good software that can be used to design and layout
HTML e-mails? I'd like to create some mail shots to use in a marketing
campaign and our standard software (Outlook 2000) is just a little bit
limited to be honest.






More information about the thelist mailing list