I am trying to implement this form processor but I seem to be having an issue that I can’t resolve.
I am building a website for a client and I have included a contact form. While setting it up, I used my own personal email address for testing purposes until I had everything working. I thought it would be simple to just change the TARGET_EMAIL in the .php file and the recipients value in the .html file. I have made these changes and tested the form - it loads the success page but no email arrives in my client’s inbox. Change it back to my details and everything works. I have now included both mine and the client’s email address - I receive the email but the client doesn’t. I have tried sending an email from my address to the client and this is received so the client’s inbox is working fine. The client’s email address starts info@ - could that cause a problem?
I hope someone can suggest a solution to this as I am really struggling.