Forward Email To A PHP Script...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ZooSushi
Forum Newbie
Posts: 1
Joined: Tue Jan 07, 2003 5:25 pm

Forward Email To A PHP Script...

Post by ZooSushi »

Greetings All. Was wondering how to forward email to a php script. Is this possible? If so, can you explain how to do it? Thanks! :D
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

e.g. you may poll for new mails with imap/pop3 functions.
http://www.php.net/manual/en/ref.imap.php
Post Reply