RE: [PHP-DB] Attachment

2001-08-10 Thread WNLeong
7:42 PM To: WNLeong Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Attachment You must look at the RFC1341 (if you have not already did so) to learn about mime types. It is also very useful to send (you) messages with attached files and the look at the source. A tip : to send you

Re: [PHP-DB] Attachment

2001-08-10 Thread Sheridan Saint-Michel
Subject: RE: [PHP-DB] Attachment Can you explain more to me about RFC1341? Please tell me where can I get more info about this function? Actually what I want is to send a mail with a list of attachment files. Thanks. -Original Message- From: Patrice Garbe [SMTP:[EMAIL PROTECTED

Re: [PHP-DB] Attachment

2001-08-09 Thread Patrice Garbe
You must look at the RFC1341 (if you have not already did so) to learn about mime types. It is also very useful to send (you) messages with attached files and the look at the source. A tip : to send you own forged mail you must use the mail() function like this :

Re: [PHP-DB] Attachment

2001-08-09 Thread BoNzO
First of all. Take a look at MIME tutorial @ http://www.zend.com its great.. read all 3. i wrote a perl script after that tutorial.. it attach a .log file.. take a look im 100% sure you can port it to php using mail() function just build up $header and insert into the function.