I have a client that has Umbraco hosted with us, the site has recently gone live & it seems the contact form is not sending emails.
I can set the smtp email to store in a pickup directory and it works fine, but once i enter in the smtp details I get this error:
There was an error sending your contact details.
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM [SY3PR01CA0132.ausprd01.prod.outlook.com]
contact form in umbraco
G'day Umbraco community,
I have a client that has Umbraco hosted with us, the site has recently gone live & it seems the contact form is not sending emails. I can set the smtp email to store in a pickup directory and it works fine, but once i enter in the smtp details I get this error:
There was an error sending your contact details.
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM [SY3PR01CA0132.ausprd01.prod.outlook.com]
Is there something i'm missing here?
Many thanks from Mick
So I eventually worked it out, I had to enter an extra tag in the mailsettings section of the web.config file
enableSsl="true"
And all is working now.
Mick
is working on a reply...