Sending email to CC and BCC
Answered
Checking about the notifications.sendEmail option (https://www.jetbrains.com/help/youtrack/standalone/v1-notifications.html#sendEmail ) how can I setup to send CC and BCC?
I tried ccEmail: "some@email.com", and bccEmail: "some@email.com" but it doesn't work. What is the correct way to do it?
Thanks
Please sign in to leave a comment.
Hi Carlos,
In fact, CC emails are set via `toEmails`, as, from the documentation, they are: "A list of recipient email addresses. The first email address in the array is set as the recipient. All others are set as CC." (see https://www.jetbrains.com/help/youtrack/standalone/v1-notifications.html#sendEmail).
BCC is not supported.