paidbrowse66
New Member
- Messages
- 15
- Reaction score
- 0
- Points
- 0
Respected members,
Here is my problem:
Suppose a user sends a mail to example@mydomain.com
I then want to run a PHP script with the from, subject, and content fields of the mail and then reply accordingly.
I know how to send mails using mail() function. But, how can I call the PHP script on receiving any mail??
Here is my problem:
Suppose a user sends a mail to example@mydomain.com
I then want to run a PHP script with the from, subject, and content fields of the mail and then reply accordingly.
I know how to send mails using mail() function. But, how can I call the PHP script on receiving any mail??