I am using the email-ext plugin in Jenkins to send email messages upon build completion in Jenkins.
I want to include certain email addresses as bcc and am using the following convention when specifying email addresses:
email1@domain1.com,bcc:email2@domain2.com,cc:email3@domain3.com
The first and last emails get sent correctly. However, the bcc email gets sent in the "To" section of the email with "b" prefixed to the address. So instead of email2@domain2.com, it tries (unsuccessfully) to send an email to bemail2@domain2.com.
I looked at the email-ext issue list related to bcc and cc and did not find anything similar to this. Therefore I am posting it here.
Thanks in advance.