-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Documentation for sendMail #806
base: gh-pages
Are you sure you want to change the base?
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.
Thanks for adding the docs!
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.
Just a little nit, otherwise LGTM 👍
Co-authored-by: Tom Fox <[email protected]>
Ready for merge @mtrezza |
@@ -583,6 +583,18 @@ Here's an example of the JSON data that would be sent in the request to this web | |||
|
|||
After setting up your webhook in the Dashboard UI, you'll be acurately decrementing comment counts! | |||
|
|||
# Sending Emails | |||
If your Parse Server configuration specifies an `emailAdapter`, you can send email via cloud code using `Parse.Cloud.sendEmail`. |
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.
I think this also needs the >=5.0 version tag?
Content
Adds documentation for new feature
Parse.Cloud.sendEmail()
.Related to: parse-community/parse-server#7096
TODO before merge: