Re: [PHP] E-mail Gateway

2003-11-18 Thread Robert Cummings
On Tue, 2003-11-18 at 02:19, Henrik Hudson wrote: > On Tuesday 18 November 2003 01:21, > "Jason Williard" <[EMAIL PROTECTED]> sent a missive stating: > > > 1) Use a cron job to execute a php script every x minutes. > > 2) Create a script where mail can be piped to. This is a method that I > > hav

Re: [PHP] E-mail Gateway

2003-11-18 Thread Jason Wong
On Tuesday 18 November 2003 15:21, Jason Williard wrote: > I am in the beginning phases of developing a support system. I would > like the program to be able to receiving and process e-mails. However, > I am at a loss as to where to start. [snip] > 2) Create a script where mail can be piped to.

Re: [PHP] E-mail Gateway

2003-11-18 Thread Henrik Hudson
On Tuesday 18 November 2003 01:21, "Jason Williard" <[EMAIL PROTECTED]> sent a missive stating: > 1) Use a cron job to execute a php script every x minutes. > 2) Create a script where mail can be piped to. This is a method that I > have used previously with a cgi app called PerlDesk. > > While I

[PHP] E-mail Gateway

2003-11-18 Thread Jason Williard
I am in the beginning phases of developing a support system. I would like the program to be able to receiving and process e-mails. However, I am at a loss as to where to start. The main roadblock, at this point, is how to best receive and process the e-mail. I have looked at 2 options. 1) Use