0

I want to configure my Jenkins' E-mail Notification system. But I am getting error while sending test email to my Roundcube Webmail.

This is my settings :

E-mail Notification

I get the following error when running test connection :

Error stacktrace

I use Roundcube as SMTP mail server. Any help regarding this would be appreciated.

shreyas.k
  • 181
  • 1
  • 2
  • 15

1 Answers1

0

You've configured your SMTP port to use the IMAP port. That's not going to work. You need to determine which SMTP port your mail server uses, and whether or not it requires SSL.

Bill Shannon
  • 29,579
  • 6
  • 38
  • 40