-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF04, 5.9.1
-
Component/s: Automation, Notifications
-
Tags:
-
Impact type:API change, Configuration Change
-
Upgrade notes:
This task will improve the SendMail opération to let define when a email is sent the extra information :
- cc
- bcc
- replyto
This task will accept also to define a list of user or email or group of users. This operation will automatically try to find emails.
So you can define :
- a list (java.util.List<String>) of emails
- an array of emails
- a simple String containing a list of emails separated by a comma
To define an email, you can use:
- a username prefixed by user:
- a group prefixed by group
- a direct email address
- a username without prefix (if not strict)
- a group name without prefix (if not strict)