Re: [PHP] Re: MHTML in email

2004-06-24 Thread Juan Pablo Herrera
Thank you Manuel, Tomorrow i work on this class. My idea is make a app that send newsletters with html + image included. It app shows "tracert" when the email is open.Know you some app that make this?. Regards, Juan > Hello, > > On 06/24/2004 01:59 PM, Juan Pablo Herrera wrote: >> Thank you, >>

Re: [PHP] Re: MHTML in email

2004-06-24 Thread Manuel Lemos
Hello, On 06/24/2004 01:59 PM, Juan Pablo Herrera wrote: Thank you, really i need incluided in email body a image (jpg or gif), too see html. The MHTML file is a idea, but i think that not function with dinamic content.How can i do this? Yes, this class can do exactly that using multipart/relative

Re: [PHP] Re: MHTML in email

2004-06-24 Thread Juan Pablo Herrera
Thank you, really i need incluided in email body a image (jpg or gif), too see html. The MHTML file is a idea, but i think that not function with dinamic content.How can i do this? Thank you! Juan > Hello, > > On 06/23/2004 06:15 PM, Juan Pablo Herrera wrote: >> I need to attach a file extension

[PHP] Re: MHTML in email

2004-06-23 Thread Manuel Lemos
Hello, On 06/23/2004 06:15 PM, Juan Pablo Herrera wrote: I need to attach a file extension .mhtml in function mail, but i too need view the content from the body of e-mail.That is everything! MHTML messages are just HTML messages with alternative plain text version in the same body. You may want