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 so

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 whate

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 have

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