I have the form setup and all, no errors during the install, but no emails are send (autoresponse/admin) .. The domain is hosted where the email does work for other hosts i have with the hosting package. Is there a different function to try to get the email working?
Thanks in advance
Lenny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Put an echo before and after the mail function to determine if the code is reaching and/or passing the mail function.
You can aslo view server logs to see if the mail function is executed and whether or not there are errors to help debug the issue.
I have never run across anyone who failed to get this working so you'll have to do some debugging to know why yours is failing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have the form setup and all, no errors during the install, but no emails are send (autoresponse/admin) .. The domain is hosted where the email does work for other hosts i have with the hosting package. Is there a different function to try to get the email working?
Thanks in advance
Lenny
Put an echo before and after the mail function to determine if the code is reaching and/or passing the mail function.
You can aslo view server logs to see if the mail function is executed and whether or not there are errors to help debug the issue.
I have never run across anyone who failed to get this working so you'll have to do some debugging to know why yours is failing.
Ok .. i did fix this.. seems it was just the way i have the domains setup at the host.. thanks..