I am moving a site for a friend and running into an issue sending off forms. The form data makes it into the cms and i can export it just fine but the emails never send.
I did look into the log files and found this.
2016-09-16 13:52:18,050 [11] ERROR Umbraco.Forms.Data.LogHelper - [T17/D2] Forms: workflow 'Send email to [email protected] when submitted' failed on Submitted
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:25
I updated the web.config file to point to another server with the proper email address, etc.
Is there possibly another place this information might be stored?
So a couple of issues here. I was looking at an older log file. I grabbed the latest and noticed the the date was off. So it appears that umbraco only creates a log file the day after?
Forms not Sending
I am moving a site for a friend and running into an issue sending off forms. The form data makes it into the cms and i can export it just fine but the emails never send.
I did look into the log files and found this.
2016-09-16 13:52:18,050 [11] ERROR Umbraco.Forms.Data.LogHelper - [T17/D2] Forms: workflow 'Send email to [email protected] when submitted' failed on Submitted System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:25
I updated the web.config file to point to another server with the proper email address, etc.
Is there possibly another place this information might be stored?
Thanks, Mark
So a couple of issues here. I was looking at an older log file. I grabbed the latest and noticed the the date was off. So it appears that umbraco only creates a log file the day after?
Here is the code I used the solve the issue.
is working on a reply...