Actions
Feature proposal #6320
closedEmail: implement support for user id as recipients
Description
Currently To, CC, and BCC require an actual email address. Implement support for sending to a user id instead which further opens up usage for triggers that only provide a user id.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon about 8 years ago
To, CC, and BCC both will support numeric recipients. This includes in comma separated scenarios. Numeric recipients are treated as user_ids and that users email address is attempted to be parsed.
Actions