Problem/Motivation
Followup from https://www.drupal.org/node/2800051
Right now, only 1 recipient is allowed.
Proposed resolution
Handle multiple recipients for monitoring_mail.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | handle_multiple-2807825-2.patch | 1.79 KB | ginovski |
Comments
Comment #2
ginovski commented1. Added description and changed field to textfield for the comma separated mail recipients list.
2. Added foreach to go through every recipient and send mail.