Re: [PHP-DB] Plain-text or HTML?

2006-03-13 Thread Bastien Koert
try phpmailer from http://phpmailer.sourceforge.net From: JeRRy <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: Re: [PHP-DB] Plain-text or HTML? Date: Tue, 14 Mar 2006 10:25:18 +1100 (EST) I have created several successful HTML and text based emails.. Its a secret

Re: [PHP-DB] Plain-text or HTML?

2006-03-13 Thread JeRRy
I have created several successful HTML and text based emails.. Its a secret called multipart MIME.The essence of email really. Just as an attachment is "embedded" into the same file as the images, html part and textual part. All you have to do is using 2 seperate boundaries

Re: [PHP-DB] Plain-text or HTML?

2006-03-12 Thread Julien Bonastre
I have created several successful HTML and text based emails.. Its a secret called multipart MIME. The essence of email really. Just as an attachment is "embedded" into the same file as the images, html part and textual part. All you have to do is using 2 seperate boundaries, write out a te