[ic] HTML Confirmation / HTML ship_notice

Adrian P Wilkinson junk at puffin.org
Sun Aug 28 09:15:26 EDT 2005


Howdy,

I've reviewed the list archive concerning sending HTML emails and have only 
come across a "this should work" posting rather than a confirmed working 
one, but I've used the theoretical example in my ship_notice as follows:

====================================================================
[tag op=mime
      type="TEXT/PLAIN; CHARSET=ISO-8859-1"
      description="Order Text"
      interpolate=1]
This is a plain text section.
[/tag]

[tag op=mime
      type="TEXT/HTML; CHARSET=ISO-8859-1"
      description="Order Text (HTML)"
      interpolate=1]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2722" name=3DGENERATOR></HEAD>
<BODY>
<b>HTML Test</b>
<BODY></HTML>
[/tag]
====================================================================

The resulting email looks as follows:

====================================================================
---gSsakMqd-399:=26684
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1
Content-ID: 
<Interchange.5.2.0.050828131922.gSsakMqd.400 at http://www.storename.co.uk/go/storename>
Content-Disposition: inline
Content-Description: Order Text

This is a plain text section.

>---gSsakMqd-399:=26684
Content-Type: TEXT/HTML; CHARSET=ISO-8859-1
Content-ID: 
<Interchange.5.2.0.050828131922.gSsakMqd.401 at http://www.storename.co.uk/go/storename>
Content-Disposition: inline
Content-Description: Order Text (HTML)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN>
(etc)
====================================================================

Can someone provide me with some pointers on how to send HTML confirmation 
mails via Interchange?

Regards, Ade. 



More information about the interchange-users mailing list