Seeting up email notification

34 views
Skip to first unread message

KKCS

unread,
Aug 11, 2015, 12:01:12 PM8/11/15
to Jenkins Users
Hi all,

While configuring Jenkins for sending email notification on build failures with the relevant SMTP server and port number it Fails to send out email reporting Connection refused: connect.

Can anyone suggest a way to solve this problem?

Thank you.


Slide

unread,
Aug 11, 2015, 12:02:50 PM8/11/15
to Jenkins Users
Which email plugin are you using? Mailer or email-ext?

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/cc363b3a-1887-4294-9980-301985b012d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

John Mellor

unread,
Aug 11, 2015, 12:09:35 PM8/11/15
to jenkins...@googlegroups.com

KKCS asked:

Ø  Can anyone suggest a way to solve this problem?

 

SMTP mail uses a simple in-band control mechanism and FTP-like ASCII primitives.

You should be able to login to the build machine and telnet to the SMTP port on the mail server and emulate an MUA by hand.  That will allow you to debug the issue very quickly.  You state that you are getting connection refused, so I’ll bet you either have a firewall issue, a nonstandard SMTP port, or an MTA unknown-source-blocking problem.

--

KKCS

unread,
Aug 12, 2015, 9:16:05 AM8/12/15
to Jenkins Users
Mailer Plugin
Reply all
Reply to author
Forward
0 new messages