After upgrading from 3.0.15 to 3.0.17 sending email stopped working. I don't know why, and i cant really debug the problem.
I'm certain that my SMTP settings are correct, aswell as the notifications/email part of umbracoSettings.config.
I upgraded with the UmbracoContour_3.0.17_update.zip package.
I've tried both "network" and "specifiedPickupDirectory" as deliveryMethod in system.net/mailSettings/smtp with valid configurations - working with a simple System.Net.Mail.SmtpClient.Send() and w/ umbraco.library.Send(). Also, the umbracoLog doesn't log anything.
Email not being sent #2
Hi,
After upgrading from 3.0.15 to 3.0.17 sending email stopped working.
I don't know why, and i cant really debug the problem.
I'm certain that my SMTP settings are correct, aswell as the notifications/email part of umbracoSettings.config.
I upgraded with the UmbracoContour_3.0.17_update.zip package.
I've tried both "network" and "specifiedPickupDirectory" as deliveryMethod in system.net/mailSettings/smtp with valid configurations - working with a simple System.Net.Mail.SmtpClient.Send() and w/ umbraco.library.Send(). Also, the umbracoLog doesn't log anything.
In web.config I've got these settings:
Is there any settings i've missed?
What can i do to debug it?
Can I adjust the verbosity of the log?
Found the problem and solved it.
The upgrade script added a second assemblyBinding-section to web.config/runtime.
... removing the secon sections solves the problem.
is working on a reply...