I have read plenty of threads on this topic all are a few years old and giving me no new insights.
I have a website using a uskinned skin and trying to get a contact page to work, I have done this a few times now using the godaddy email system as the host. But are not a huge fan so are trying to setup a new client on the gmail business system and a named email domain. The website is hosted on godaddy and I have the email working in outlook with the mx records all setup in godaddy etc.
My problem is the contacts page on the website dosnt work.
Email settings for gmail
I have read plenty of threads on this topic all are a few years old and giving me no new insights.
I have a website using a uskinned skin and trying to get a contact page to work, I have done this a few times now using the godaddy email system as the host. But are not a huge fan so are trying to setup a new client on the gmail business system and a named email domain. The website is hosted on godaddy and I have the email working in outlook with the mx records all setup in godaddy etc.
My problem is the contacts page on the website dosnt work.
web.config is configured as
Outlook 2019 sets itself up using port 465.
If I use port 587 umbraco smtp health check has an issue. But if I use 465 it passes.
However the contacts page doesnt work either way.
Gmail is setup for imap, use less secure apps.
If I swap out all the smtp settings for my own email account (hosted at godaddy) the form works.
Any surgestions what I may be missing.
Have copied the settings into a project running in visual studio
By having 465 it keeps the health check happy.
Inside my contactformcontroller I have inserted the following lines
in between these 2 lines
in my visual studio the email sends in the live site it dosnt work.
Solved
Godaddy doesn't allow a third party email on its hosting.
Solution is to use there relay services.
remove added lines above from surface controller.
web.config file needs to be set as
done.
is working on a reply...