On the site I am working on when someone submits a form, the information from the form should be emailed to one of two people depending on the topic (it's a feedback form). Everything about the form works...it just isn't sending the emails like it's supposed to.
After inputting the user previews their info to make sure it's correct, then if it is they submit at which point it should be sent through email and to a database:
So the send() method is called...im new to php so it looks like it is anyway lol any reason for the mail not to send? thanks for any help
After inputting the user previews their info to make sure it's correct, then if it is they submit at which point it should be sent through email and to a database:
So the send() method is called...im new to php so it looks like it is anyway lol any reason for the mail not to send? thanks for any help