I've tried everything. I made a sort of contact form in which all information is filled in and then submitted to email. My form seems ok until I click the submit button. The form says that the information has been submitted and when I go to check for the email it's not there. Please help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if the program doesn't give you an error up front then that means that it was able to do what it was supposed to. the rest is up to your server to manage. a number of things could be going wrong. for example, a mail server might not be installed on your server, or php might not be configured properly to use the mail server, or you might not have proper permissions to send mail via php, or your email ISP might be filtering the form emails as spam.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried everything. I made a sort of contact form in which all information is filled in and then submitted to email. My form seems ok until I click the submit button. The form says that the information has been submitted and when I go to check for the email it's not there. Please help
if the program doesn't give you an error up front then that means that it was able to do what it was supposed to. the rest is up to your server to manage. a number of things could be going wrong. for example, a mail server might not be installed on your server, or php might not be configured properly to use the mail server, or you might not have proper permissions to send mail via php, or your email ISP might be filtering the form emails as spam.