8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I had this idea while working on #402 .
Since Appwrite provides everything needed for an API to send e-mails that might be a good addition the the ecosystem.
Give the API following endpoints for single and bulk send:
I have concerns for the bulk sending, but as long as we send the same email we can utilize BCC for performance on the PHP side.
But if we want to support placeholders, etc we want to send out one mail at a time and that might be tricky with just using PHPMailer.
I can work out a PoC over the next week 👍
The text was updated successfully, but these errors were encountered:
Due to upcoming plans for a messaging Endpoint, this is redundant for now I think.
Sorry, something went wrong.
@TorstenDittmann to Excuse me, can you teach me how to use it?
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I had this idea while working on #402 .
Since Appwrite provides everything needed for an API to send e-mails that might be a good addition the the ecosystem.
Give the API following endpoints for single and bulk send:
I have concerns for the bulk sending, but as long as we send the same email we can utilize BCC for performance on the PHP side.
But if we want to support placeholders, etc we want to send out one mail at a time and that might be tricky with just using PHPMailer.
I can work out a PoC over the next week 👍
The text was updated successfully, but these errors were encountered: