-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add postmark email adapter alternative #2146
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
Conversation
@@ -230,7 +230,7 @@ var server = ParseServer({ | |||
}); | |||
``` | |||
|
|||
You can also use other email adapters contributed by the community such as [parse-server-sendgrid-adapter](https://www.npmjs.com/package/parse-server-sendgrid-adapter) or [parse-server-mandrill-adapter](https://github.com/back4app/parse-server-mandrill-adapter). | |||
You can also use other email adapters contributed by the community such as [parse-server-postmark-adapter](https://github.com/glennreyes/parse-server-postmark-adapter), [parse-server-sendgrid-adapter](https://www.npmjs.com/package/parse-server-sendgrid-adapter) or [parse-server-mandrill-adapter](https://github.com/back4app/parse-server-mandrill-adapter). |
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.
if it's available on NPM, please indicate the npm link :)
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.
Sure ;) will do it for all email adapters.
@glennreyes updated the pull request. |
1 similar comment
@glennreyes updated the pull request. |
Not sure about that CI build fail 😓 I just updated the |
Awesome, didn't knew you added all of those. |
The other have been there already, I've just updated the links to the npm packages ;). |
@glennreyes updated the pull request. |
1 similar comment
@glennreyes updated the pull request. |
Awesome! 🙏 |
No description provided.