[ic] email_raw attachments

Tim Mirecki interchange-users@lists.akopia.com
Tue Jul 24 13:15:00 2001


Anyone know how to send HTML as a file attachment with email_raw?

There should be a way to define the boundaries and such, I don’t need an
external file, I can insert the HTML into the email_raw tag.

Should look something like this:

Content-Type: text/html;
 name="filename.htm"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="filename.htm"

<html here>

I was going to put this into the raw email, unless there is another way to
do this. Will one of the [tag mime] tags add the appropriate headers for me?

Thanks…