Re: [PHP] PHP and connection to mail account

2006-12-15 Thread Richard Lynch
If you want to go the route of inbound mail being processed as it arrives, man smrsh made it simple enough for even me to figure out. On Wed, December 13, 2006 8:17 am, Angelo Zanetti wrote: Dear All. Do u know if its possible with PHP to receive a mail or connect to a mail box and do

[PHP] PHP and connection to mail account

2006-12-13 Thread Angelo Zanetti
Dear All. Do u know if its possible with PHP to receive a mail or connect to a mail box and do something with an incomming email ? I see there is that imap_open() but also there are sockets. Basically I need to connect to a mailbox and then when a mail is received it must take that mail and

[PHP] PHP and connection to mail account

2006-12-13 Thread Aras
: Wednesday, December 13, 2006 4:18 PM To: PHP List Subject: [PHP] PHP and connection to mail account Dear All. Do u know if its possible with PHP to receive a mail or connect to a mail box and do something with an incomming email ? I see there is that imap_open() but also there are sockets

Re: [PHP] PHP and connection to mail account

2006-12-13 Thread Jochem Maas
Angelo Zanetti wrote: Dear All. Do u know if its possible with PHP to receive a mail or connect to a mail box and do something with an incomming email ? I see there is that imap_open() but also there are sockets. indeed - basically use whatever you want! - I would suggest have a search

Re: [PHP] PHP and connection to mail account

2006-12-13 Thread Stut
Jochem Maas wrote: Angelo Zanetti wrote: Do u know if its possible with PHP to receive a mail or connect to a mail box and do something with an incomming email ? I see there is that imap_open() but also there are sockets. indeed - basically use whatever you want! - I would suggest

Re: [PHP] PHP and connection to mail account

2006-12-13 Thread Jochem Maas
Stut wrote: Jochem Maas wrote: Angelo Zanetti wrote: Do u know if its possible with PHP to receive a mail or connect to a mail box and do something with an incomming email ? I see there is that imap_open() but also there are sockets. indeed - basically use whatever you want! - I