[PHP] Sending/recieiving email

2003-02-18 Thread Jono Bacon
Hello all,

I am looking to work with email and PHP, and I was wondering what would 
be the best way to deal with sending and recieving mail - is there a 
library pre-written or can I write it with functions that are part of 
PHP itself.

Cheers,

   Jono




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



Re: [PHP] Sending/recieiving email

2003-02-18 Thread Justin French
for sending, it can be REALLY basic (php.net/mail) or really complex... if
you want the complex end of things (HTML, attachments, etc) try manuel
lemos' class on phpclasses.com

for receiving, i've never done it, but php.net/imap looks like the go

justin


on 19/02/03 10:13 AM, Jono Bacon ([EMAIL PROTECTED]) wrote:

 Hello all,
 
 I am looking to work with email and PHP, and I was wondering what would
 be the best way to deal with sending and recieving mail - is there a
 library pre-written or can I write it with functions that are part of
 PHP itself.
 
 Cheers,
 
 Jono
 
 
 


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