For the email-notify package, I'd like to request support for the BCC field in emails.
We use the tool to notify our entire team of new releases and would like to prevent mass emails when someone (accidentally) clicks on "reply all". Putting recipients in the BCC field could effectively prevent this.
We have added support for BCC field:
Example sending to multiple recipients using BCC ("Blind Carbon Copy"):
script: - pipe: atlassian/email-notify:0.11.0 variables: USERNAME: 'myemail@example.com' PASSWORD: $PASSWORD FROM: 'myemail@example.com' TO: 'myemail@example.com' BCC: 'example1@example.com, example2@example.com, example3@example.com' HOST: 'smtp.gmail.com'
Thanks for your contribution to the community.
Best regards,
Oleksandr Kyrdan
Hi Oleksandr, thanks a lot for implementing this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kevin Helfer . Thanks for feature request.
We will investigate this and notify you when new version with this feature will be released.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.