Re: email notification delivery issue

2012-06-20 Thread marko
I've configured our SCM to trigger builds automatically when a commit occurs. Jenkins has been set up to send a notification for broken builds to the person who did the last commit. I didn't realize Jenkins automatically creates a user account for the committer with SCM triggered builds. In my

Re: email notification delivery issue

2012-06-19 Thread Lewis
I had a similar problem and it turned out that my sender address was not being recognized. When you try to send a test configuration email does it tell you that it was successful? I suggest trying again and changing both the sender address and the recipient address. I was able to debug my prob

Re: email notification delivery issue

2012-06-19 Thread marko
On Tuesday, June 19, 2012 11:43:35 PM UTC+3, slide wrote: > > > Does your SMTP server require authentication? > no, it allows plain (unauthenticated and unencrypted) SMTP sessions. marko

Re: email notification delivery issue

2012-06-19 Thread Slide
On Tue, Jun 19, 2012 at 1:41 PM, marko wrote: > > On Tuesday, June 19, 2012 11:05:58 PM UTC+3, slide wrote: >> >> >> Are you using email-ext or the normal emailer? > > > I'm using the normal/default emailer. > > marko > Does your SMTP server require authentication? slide -- Website: http://ear

Re: email notification delivery issue

2012-06-19 Thread marko
On Tuesday, June 19, 2012 11:05:58 PM UTC+3, slide wrote: > > > Are you using email-ext or the normal emailer? > I'm using the normal/default emailer. marko

Re: email notification delivery issue

2012-06-19 Thread Slide
On Tue, Jun 19, 2012 at 1:00 PM, marko wrote: > 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

email notification delivery issue

2012-06-19 Thread marko
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