The Problem
I am using Jenkins with the email-ext
plugin to send HTML
formatted emails to several recipient groups (distribution lists).
When configuring the list of recipients I have used the following formats:
"Development" <[email protected]>, "Software QA" <[email protected]>, "Project Management" <[email protected]>
OR without quotes …
Development <[email protected]>, Software QA <[email protected]>, Project Management <[email protected]>
Using these configurations Jenkins will only email the initially listed recipient.
Update
The behavior appears to be the same using only the email addresses, and no friendly names.
[email protected], [email protected], [email protected]
The Question
Is it possible to use these friendly names when sending mails from email-ext
, or have I made an assumption which turns out inaccurate?
I couldn't find documentation indicating either way.
Environment
Jenkins: 2.57
Email-ext: 2.57.2