Re: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread ReDucTor
IL PROTECTED]> Sent: Friday, October 05, 2001 10:27 AM Subject: Re: [PHP] Getting an Email into a PHP/pl script > On Fri, 5 Oct 2001 07:24, Chris Aitken wrote: > > Hi all, > > > > I have looked into the archives but im not sure what im searching for > > so I decided t

Re: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread David Robley
On Fri, 5 Oct 2001 07:24, Chris Aitken wrote: > Hi all, > > I have looked into the archives but im not sure what im searching for > so I decided to ask here. > > What I want to do is, on my FreeBSD box running PHP and MySQL, to have > a system which will take any email sent to a specific address,

RE: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread Richard Heyes
> There's a good php POP3 class available here: > http://www.thewebmasters.net/php/POP3.phtml > > That will enable you to log into your mail server and retrieve a mail > message from it. There's also a good mime decoder here: http://www.phpguru.org -- Richard Heyes "I know not with what weapons

RE: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread rick fletcher
04, 2001 2:54 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Getting an Email into a PHP/pl script > > Hi all, > > I have looked into the archives but im not sure what im searching for so I > decided to ask here. > > What I want to do is, on my Fre

RE: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread Kurt Lieber
ken [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 04, 2001 2:54 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Getting an Email into a PHP/pl script > > > Hi all, > > I have looked into the archives but im not sure what im > searching for so I >

[PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread Chris Aitken
Hi all, I have looked into the archives but im not sure what im searching for so I decided to ask here. What I want to do is, on my FreeBSD box running PHP and MySQL, to have a system which will take any email sent to a specific address, and pipe the body of the email to PHP (or even to a per