RE: [PHP] Re: how to make server response to emails

2003-01-09 Thread See kok Boon
ails or is it just like you say, extract files from the mail/username folder? Thanks in advance. -Original Message- From: Jean-Christian Imbeault [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 06:01 To: [EMAIL PROTECTED] Subject: [PHP] Re: how to make server response to emails I'

[PHP] Re: how to make server response to emails

2003-01-09 Thread Jean-Christian Imbeault
I'm not sure how it's done exactly but I think the basic concept is to have a daemon running, or have your program run by cron, and have the program collect it's mail. On Linux I think you can get your mail simply by fetching and parsing the file /var/spool/mail/"username", where username is th