Forum Moderators: phranque

Message Too Old, No Replies

Checking Mail On The Way In

         

Mondo

4:16 pm on Dec 10, 2006 (gmt 0)

10+ Year Member



Hi all

I've got my own LAMP server and I need to be able to check emails as they come into the server. What I need to do is check to see if an email has been received from PayPal, and then if so, extract an item ID from the body of the email then run a script to update a database.

Is there something prebuilt into Apache that could deal with this, or is it something outside of Apache?

Any information would be great as I'm supposed to launch something tomorrow and I can't until I've resolved this!

TIA

Mondo

jdMorgan

4:30 pm on Dec 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Apache doesn't handle mail, it's an HTTP Web server. FTP and e-mail are handled by different server programs, so you may want to start with your mail server program's Web site/FAQ to see if there are any plug-ins available that will do what you need.

Jim

Mondo

4:33 pm on Dec 10, 2006 (gmt 0)

10+ Year Member



Thanks for that Jim. I'll go hunting...