I'm trying to kick off a php script when an email is sent to one of my email addresses. I read in an earlier script that I can set up an email alias and pipe it to a php script.
I need to know what path I should use in my forward to my php script. If I put my php script in the public_html folder, should I forward an email to this path?
testing@mydomain.com forward to |/home/user/public_html/script.php
Can anyone help please?
Thanks!
Cindy
I need to know what path I should use in my forward to my php script. If I put my php script in the public_html folder, should I forward an email to this path?
testing@mydomain.com forward to |/home/user/public_html/script.php
Can anyone help please?
Thanks!
Cindy


Comment