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]]
> Sent: Thursday, August 09, 2001 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 own forged mail you must use the mail() function like 
> this :
> maiil($to,$subject,"",$your_forged_content);
> 
> If you don't want to develop your own solution look at www.freshmeat.net,
> I'm
> sure you will find something.
> 
> That's it !
> 
> Patrice
> 
> Le jeu, 09 aoû 2001, vous avez écrit :
> > I would like to send attachment file through mail by using php.  Please
> > help me.!!
> >
> > Thanks.
> >
> >
> >
> >
> > Wen Ni Leong
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to