-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
custom pages example and an email adapter is added #5838
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
README.md
Outdated
@@ -288,6 +289,7 @@ var server = ParseServer({ | |||
``` | |||
|
|||
You can also use other email adapters contributed by the community such as: | |||
- [parse-smtp-template (Multi Languaje and Multi Template)](https://github.com/macarthuror/parse-smtp-template) |
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.
Can you add the npm link instead?
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 👌
@TomWFox do you want to take a look as well? |
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.
Looks good, just a couple spelling and grammar changes.
Co-Authored-By: Tom Fox <[email protected]>
Co-Authored-By: Tom Fox <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #5838 +/- ##
==========================================
- Coverage 93.72% 93.69% -0.03%
==========================================
Files 148 148
Lines 10304 10304
==========================================
- Hits 9657 9654 -3
- Misses 647 650 +3
Continue to review full report at Codecov.
|
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 contributing!
) * custom pages example and an email adapter is added * npm link of email adapter * spelling and grammar changes Co-Authored-By: Tom Fox <[email protected]> * spelling changes Co-Authored-By: Tom Fox <[email protected]>
Added to the README file.
Added an example of how to change the pages for the ones who didn't know how to do it and a link for an email adapter with multi language template if anyone need it