ballhogjoni Posted April 28, 2009 Share Posted April 28, 2009 I want to run a script when I receive an email. Does any one know how to do this? Link to comment https://forums.phpfreaks.com/topic/155938-solved-how-do-i-notify-a-script-when-i-receive-an-email/ Share on other sites More sharing options...
nankoweap Posted April 28, 2009 Share Posted April 28, 2009 if you're on a unix-based system, look into .forward files. not sure what to do on a windoze box. jason Link to comment https://forums.phpfreaks.com/topic/155938-solved-how-do-i-notify-a-script-when-i-receive-an-email/#findComment-820842 Share on other sites More sharing options...
premiso Posted April 28, 2009 Share Posted April 28, 2009 You can use the IMAP functions to check for a new email. Link to comment https://forums.phpfreaks.com/topic/155938-solved-how-do-i-notify-a-script-when-i-receive-an-email/#findComment-820843 Share on other sites More sharing options...
ballhogjoni Posted April 28, 2009 Author Share Posted April 28, 2009 is there a way for me to create an imap email on my server and then check it locally? Link to comment https://forums.phpfreaks.com/topic/155938-solved-how-do-i-notify-a-script-when-i-receive-an-email/#findComment-820860 Share on other sites More sharing options...
premiso Posted April 28, 2009 Share Posted April 28, 2009 is there a way for me to create an imap email on my server and then check it locally? It depends on your server. But if you have a Mail server you should have email accounts. With EMail accounts you should be able to have IMAP or POP access to them. You just need the address/username/password and you should be able to receive mail. That is how Outlook, The Bat, and Thunderbird, plus many other email clients tend to work. GMail allow for POP/IMAP access I know. Link to comment https://forums.phpfreaks.com/topic/155938-solved-how-do-i-notify-a-script-when-i-receive-an-email/#findComment-820867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.