Page 1 of 1

How to send email with HTML message and file attachment?

Posted: Wed Jan 28, 2009 6:19 am
by urnetmate
How to send email with HTML message and file attachment in gz format?

I tried it in many ways, but either my message comes as an attachment or the gz attachment comes in along with the message.
I am using

Code: Select all

Content-Type: application/g-zip;
Please suggest the script.
:?:

Re: How to send email with HTML message and file attachment?

Posted: Wed Jan 28, 2009 7:27 am
by jason.carter
try phpmailer and set the isHTML to true and you are done.