how to be notified when i receive any email to a specific email address on my web server
for example if i have an email on my server “replay@xx.com” when i have any email i want to fire a script is that possible with PHP ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using cronjobes you will read periodically your mail with IMAP/POP3 whatever they call it. I wrote a similar app. I’ll write part of it here within minutes.
Edit: Here it is. http://php.net/manual/en/function.imap-headerinfo.php