The mail function is built into your web host services. I suspect if you ask your host whether or not it should work the answer would be "yes". That being the case there is very little to go wrong with the phpAFormGenerator form you created as long as you have provided the generator will all the right information. I have personally created many forms with this tool and I have personally helped many other people get there forms created and working whenever there is an issue. This is not one of the more common issues.
I suggest asking your host to be sure there is no limitation to your use of the php mail features. I suggest you open the processor.php file to be sure the mail function has a valid email address being used to send the form data to. And last check your own email program to be sure it is not blocking the form data being sent to the email address you defined.
The log files on your host will indicate if email is being sent. The email account being used will show messages in the sent folder. If you have checked everything and you are still having trouble let us know and we can take another look.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems as if my e-mails are never even being sent when someone files out the form? Anyone have a clue?
-Thanks in advance
illusive101
The mail function is built into your web host services. I suspect if you ask your host whether or not it should work the answer would be "yes". That being the case there is very little to go wrong with the phpAFormGenerator form you created as long as you have provided the generator will all the right information. I have personally created many forms with this tool and I have personally helped many other people get there forms created and working whenever there is an issue. This is not one of the more common issues.
I suggest asking your host to be sure there is no limitation to your use of the php mail features. I suggest you open the processor.php file to be sure the mail function has a valid email address being used to send the form data to. And last check your own email program to be sure it is not blocking the form data being sent to the email address you defined.
The log files on your host will indicate if email is being sent. The email account being used will show messages in the sent folder. If you have checked everything and you are still having trouble let us know and we can take another look.