0

Below is the log and its working fine when i ask Jenkins to send it to individuals but the same is not working fine when i ask Jenkins to send it to a distribution list.

04:22:08 Email was triggered for: Always 04:22:08 Sending email for trigger: Always 04:22:08 Request made to compress build log 04:22:08 Sending email to: XXXXXX.XXX@XXXX.com 04:22:08 Finished: UNSTABLE

any help?

Docgyan
  • 655
  • 2
  • 12
  • 29

2 Answers2

1

enable the option Extended E-mail Notification -> Allow sending to unregistered users and try again.

If Still not receiving the emails, enable the option Extended E-mail Notification -> Enable Debug Mode. So that you will get detailed message.

0

That usually means you are using an exchange server and the distribution group has only allow authenticated users (which is the default)

David van Laatum
  • 634
  • 4
  • 13
  • Sorry am bit confused here, do i need to add each individuals separately? or you are saying Jenkins should send mails even for distribution group ? – Docgyan Aug 07 '18 at 09:26
  • I’m saying the email server is discarding the email because it’s not from an authenticated source. Either you get the mail server updated, enter login details in mail settings or use individual addresses – David van Laatum Aug 07 '18 at 09:30