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 .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 to take a look at this class that lets you compose MHTML
 messages easily:

 http://www.phpclasses.org/mimemessage


 --

 Regards,
 Manuel Lemos

 PHP Classes - Free ready to use OOP components written in PHP
 http://www.phpclasses.org/

 PHP Reviews - Reviews of PHP books and other products
 http://www.phpclasses.org/reviews/

 Metastorage - Data object relational mapping layer generator
 http://www.meta-language.net/metastorage.html

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 parts. The 
HTML message example that comes with the class demonstrates clearly how 
to compose multipart/related in multipart/alternative messages. It shows 
how to send an HTML message using images in the body HTML and also as a 
background.


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 to take a look at this class that lets you compose MHTML
messages easily:
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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,
 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 parts. The
  HTML message example that comes with the class demonstrates clearly
 how  to compose multipart/related in multipart/alternative messages. It
 shows  how to send an HTML message using images in the body HTML and
 also as a  background.


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 to take a look at this class that lets you compose MHTML
messages easily:

http://www.phpclasses.org/mimemessage

 --

 Regards,
 Manuel Lemos

 PHP Classes - Free ready to use OOP components written in PHP
 http://www.phpclasses.org/

 PHP Reviews - Reviews of PHP books and other products
 http://www.phpclasses.org/reviews/

 Metastorage - Data object relational mapping layer generator
 http://www.meta-language.net/metastorage.html

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php