-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: sending of batch emails without exposing all recipient emails #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about SMTP?
It will be done in a separate PR in appwrite repo... (working on it) Till then i think this should be good to merge. created the PR- appwrite/appwrite#9243 |
I'm worried about this being done in the appwrite repo instead of Utopia because that means the behavior of utopia is different based on the adapter you choose. Has this been discussed with anyone else? |
@abnegate here is how the sendgrid personalizations array looks like now: ![]() |
shifted to this pr here - #93 |
What does this PR do?
This PR addresses the data security concerns while sending of batch emails that exposes all the other recipients emails to every recipient.
Test Plan
setup:
mailgun working:
sendgrid working:
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes.