[PHP] Re: email attachments and PHP

2002-06-03 Thread Jason Morehouse

Check out:

http://www.phpguru.org/mime.mail.html

Works well... some good examples included.

-J

On Tue, 04 Jun 2002 17:09:12 +1200, Brad Wright wrote:

 Hi all,
 
 I was wondering if there is a way to attach files to emails sent via a
 PHP script. I just checked the 'mail functions' chapter of the php
 manual, but it doesn't seem to mention attachments. The attached files
 will come from the same server that php is running on BTW.
 
 Thanks in advance.
 
 Brad
 
 
 Nel vino la verità, nella birra la forza, nell'acqua i bacilli
 --
 In wine there is truth, in beer there is strenght, in water there are
 bacteria
 

-- 
 Jason Morehouse ([EMAIL PROTECTED])
 Netconcepts LTD - Auckland, New Zealand
 * Linux: Because rebooting is for adding hardware.

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




RE: [PHP] Re: email attachments and PHP

2002-06-03 Thread Martin Towell

Or, if you're into doing it yourself, have a look at RFC2045 and RFC2046
http://rfc.sunsite.dk/rfc/rfc2045.html
http://rfc.sunsite.dk/rfc/rfc2046.html


-Original Message-
From: Jason Morehouse [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 3:16 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: email attachments and PHP


Check out:

http://www.phpguru.org/mime.mail.html

Works well... some good examples included.

-J

On Tue, 04 Jun 2002 17:09:12 +1200, Brad Wright wrote:

 Hi all,
 
 I was wondering if there is a way to attach files to emails sent via a
 PHP script. I just checked the 'mail functions' chapter of the php
 manual, but it doesn't seem to mention attachments. The attached files
 will come from the same server that php is running on BTW.
 
 Thanks in advance.
 
 Brad
 
 
 Nel vino la verità, nella birra la forza, nell'acqua i bacilli
 --
 In wine there is truth, in beer there is strenght, in water there are
 bacteria
 

-- 
 Jason Morehouse ([EMAIL PROTECTED])
 Netconcepts LTD - Auckland, New Zealand
 * Linux: Because rebooting is for adding hardware.

-- 
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: email attachments and PHP

2002-06-03 Thread Clay Loveless

Another really good one:

http://phpmailer.sourceforge.net/

-Clay


 From: Jason Morehouse [EMAIL PROTECTED]
 Organization: Netconcepts LTD
 Date: Tue, 04 Jun 2002 17:15:58 +1200
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: email attachments and PHP
 
 Check out:
 
 http://www.phpguru.org/mime.mail.html
 
 Works well... some good examples included.
 
 -J
 
 On Tue, 04 Jun 2002 17:09:12 +1200, Brad Wright wrote:
 
 Hi all,
 
 I was wondering if there is a way to attach files to emails sent via a
 PHP script. I just checked the 'mail functions' chapter of the php
 manual, but it doesn't seem to mention attachments. The attached files
 will come from the same server that php is running on BTW.
 
 Thanks in advance.
 
 Brad
 
 
 Nel vino la verità, nella birra la forza, nell'acqua i bacilli
 --
 In wine there is truth, in beer there is strenght, in water there are
 bacteria
 
 
 -- 
 Jason Morehouse ([EMAIL PROTECTED])
 Netconcepts LTD - Auckland, New Zealand
 * Linux: Because rebooting is for adding hardware.
 
 -- 
 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