Really? No, it redirects to the thanks page just fine. I'm just not receiving any of the submissions I send in to my e-mail. I've tried 3 different e-mail addresses and am still not sure what the problem is
Most likely that either your sender server does not pass this email due to not local sender address in From field or your receiving servers put your message into spambox due to badly formed headers. Use phpmailer to make your message looking usual and put some email into From field that is valid and exists on sending server.
Well after hours of working with it I decided to take my original code and try it on another server of mine and it worked fine, didn't even show up in the junk box.
Would there be any reason why it works fine on one server but not another?
Well after hours of working with it I decided to take my original code and try it on another server of mine and it worked fine, didn't even show up in the junk box.
Would there be any reason why it works fine on one server but not another?
Yus, it could be to do with the PHP setup on that server. Have you had the form, or a different PHP form work on that server?