I'm sending out surveys in HTML emails and would like to provide people with non-HTML compliant browsers a link to the form on the web server.
I've done this sort of thing before by generating a text file and dropping it in the email apps 'incoming' folder but I'd really like to do it with Witango's mail action. I'm mucking around with the Custom Header Lines: parameter but not having any luck. All the Plain text stuff is just showing at the beginning of the HTML. Basically the email end up should look something like this: From: <email address> Subject: <subject To: <email> DATE: <date> Mime-Version: 1.0 Content-type: multipart/alternative; boundary="alternative_boundary" --alternative_boundary Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit It appears your e-mail client does not support HTML. Please view the online version at the web site: http://URL --alternative_boundary Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable <HTML> <HEAD> <TITLE>Survey</TITLE> <STYLE> P { font-family: verdana,arial,helvetica,sans-serif; color:000000; font-size:8pt ... And so on. Wayne Byte Services Pty Ltd http://www.byteserve.com.au/ [EMAIL PROTECTED] Ph 02 9960 6099 Mob 0409 960 609 Fax 02 9960 6088 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
