sachinhegde's avatar
sachinhegde
Copper Contributor
Apr 22, 2022
Status:
New

Send individual message copies from '/send' using the Microsoft Graph

We'd like to support sending individual copies of a given message to each recipient (a different to/cc/bcc value for each person that the email is sent to) within our email client application. This will let us enable features like open tracking and sending people invites with times in their own timezone.
 
There is an O365 SMTP API, which we could use to do this in the same way we do for Gmail; but it requires admin approval (and SMTP is not generally preferred), so it'd be better for us and our users to get this through the Microsoft Graph API.
 
It's not clear what this API would look like, but potentially an extra parameter to `/send` like:

 

{ "message": {...},   "sendTo": "mailto:email@example.com
No CommentsBe the first to comment