Hi,
I have some contact forms on our website. For some time, submissions are parsed via our web hosts' php sendmail function. We have had issues where some (but not all) users who submit contact forms via our website the emails are not received by us. One of our forms sends an auto-responder to the user, as well as the submission to us.
When I contacted our webhost they advised:
So I want to send all form data via SMTP from our own webserver, but I'm not sure exactly how we go about this.
Here is the PHP for the form with the auto-responder. Can someone advise how I can get t