We have an issue with emails from our forms. We have the entries in the CMS, but no emails are being sent from the forms. They are all configured correctly and according to our ITS department, the smtp settings have not changed.
The error we are seeing is:
ERROR Umbraco.Core.Services.NotificationService - An error occurred sending notification
System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: netioconnectionclosed.
Emails from Forms not working
We have an issue with emails from our forms. We have the entries in the CMS, but no emails are being sent from the forms. They are all configured correctly and according to our ITS department, the smtp settings have not changed.
The error we are seeing is:
ERROR Umbraco.Core.Services.NotificationService - An error occurred sending notification System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: netioconnectionclosed.
Any ideas?
Hi Chris
This error says that the problem with SMTP connection, try to check smtp settings in the web.config
Thanks,
Alex
is working on a reply...