Making Sure a Form Email Is Sent Off The Server

Hi All

I have a client who is hosting with a large company and no one there seems to have a brain.

My client moved their website to this new hosting company and has said that the website is now broken and fix it because they are no longer getting the emails from the website.

If they were hosting with us I would just update the server to send all emails out regardless of where they came from but this hosting company is saying that I need to specify the SMTP server inside the code of the form as smtp-au.server-secure.com.

Any ideas?

many thanks

mrmbarnes

Alternatively you can use PHPMailer, of which at least me is a great fan.

You can use SwiftMailer, or similar, to create an authenticated SMTP transport.

:slight_smile: