-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
Jenkins ver. 2.107.2 (installed on centos 7)
email-ext plugin 2.62
- email-ext-plugin in Pipeline script does not send email to group email id even though console says sending email. The same works for individual email id.
[Pipeline] emailextSending email to: groupEmail@BMC.com
- Also "cc:" & "bcc:" doesn't work at all from pipeline script, no matter how I try it. Any example of using CC, BCC will be really helpful.
def notifyTest() { emailext ( subject: "Test Email Ignore", body: """Hello All, JenkinsAdmin""", to: "groupEmailID@bmc.com", cc:'spatne@bmc.com', bcc:'swapnil_patne@bmc.com', from: "JenkinsAdmin@IS-Automation.bmc.com" ) }
[JENKINS-54617] email-ext-plugin in Pipeline does not send email to group email id
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
From jenkins point of view there is no difference between a user email and a group email so if only some emails get through its your mail server
This is usually caused by mail being hosted on exchange and the email group has only allow authenticated users ticked (which is the default)