Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread Mike Flynn
Hmm? The article explains exactly how to do it. You can make a multipart MIME e-mail where the first part is the message, and the 2nd part is the file attachment (and more parts for additional files). The file data is encoded using base64 encoding in this example. You just need to create th

Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread George Pitcher
Darvin Andrioli suggested, on 20020328: > http://www.zend.com/zend/spotlight/sendmimeemailpart1.php Sorry, I was none the wiser after reading this article, as to how to get php to send an attachment with an email message. The attachment in this case is being generated from db output and saved as

[PHP-WIN] R: [PHP-WIN] mail() with attachments

2002-03-28 Thread Darvin Andrioli
See this colomns http://www.zend.com/zend/spotlight/sendmimeemailpart1.php Darvin > -Messaggio originale- > Da: George Pitcher [mailto:[EMAIL PROTECTED]] > Inviato: giovedì 28 marzo 2002 12.26 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] mail() with attachments > &g

[PHP-WIN] mail() with attachments

2002-03-28 Thread George Pitcher
Hi guys, I'm doing a query/export/email routine and I can't find anything on attachments. The manual says that attachments can be handled but doesn't say how or give any examples. I'm sure that this must be in widespread use, so can anyone give me a pointer or two? George -- PHP Windows Mail