Here's what I need to do. When i asked my webhost to do this for me, he told me to ask here, so here I go.
I want to make it so that whenever a email is received to certain addresses, it runs a php file. Like a mailing list, except I want to use my own file for it.
So, basically, if a message is received from [email protected], with the subject &hey!& and message &this is a email to be forwarded& then the php file would be executed in a way such as [email protected]&subject=hey&this+is+a+email+to+be+forwarded
I hope you understand what I'm trying to do.
Anyone know if it's possible?
I want to make it so that whenever a email is received to certain addresses, it runs a php file. Like a mailing list, except I want to use my own file for it.
So, basically, if a message is received from [email protected], with the subject &hey!& and message &this is a email to be forwarded& then the php file would be executed in a way such as [email protected]&subject=hey&this+is+a+email+to+be+forwarded
I hope you understand what I'm trying to do.
Anyone know if it's possible?