Hi, I've configured Jenkins to send email notifications for builds but for some reason notifications don't seem to get delivered. The build log or any other logs don't include any info about notifications. I've verified that I can create an SMTP session to my email server from the Jenkins server and it can successfully deliver emails.
I've configured the following parameters: SMTP server: smtp.foo.com sender email address: jenk...@foo.com Testing the configuration by sending a test email doesn't work either and there's nothing in the logs and the emails don't appear in my spam folder. I've also tried configuring email notifications as post-build actions in a project. Any ideas on what could be wrong or how to debug the problem? I'm using Jenkins v1.470. marko