parse-server-mailgun | Parse Server app to send template | Email library
kandi X-RAY | parse-server-mailgun Summary
kandi X-RAY | parse-server-mailgun Summary
Allows your Parse Server app to send template-based emails through Mailgun. Just add your template files (plain text and html) to the email adapter's configuration.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of parse-server-mailgun
parse-server-mailgun Key Features
parse-server-mailgun Examples and Code Snippets
Community Discussions
Trending Discussions on parse-server-mailgun
QUESTION
I am using a Parse Server for an app that is offered in different languages. For sending verification and password reset emails I am using the parse-server-mailgun email adapter. This works great but does not support email templates in different languages. Therefore I am currently including multiple texts in different languages in the same email.
As this does not look very professional, I am looking for a solution to localise the emails.
I thought about building an own email adapter but there is still the problem that the link generated by the server is redirecting to a webpage that must be localised too.
Does anyone have any idea what would be the best approach to get this working? Any help would be appreciated.
...ANSWER
Answered 2020-Mar-24 at 17:45I solved this by modifying the email adapter to check a 'locale' property on the user object that I set on signup. The adapter will then serve the desired template based on the users locale. In my case it will use a german template if the locale begins with 'de'.
QUESTION
I had implemented Parse Server(use parse-server-example) reset password via mailgun-adapter, the config like below:
...ANSWER
Answered 2017-May-06 at 15:15I have read through your index.js and i think the issue is being your publicServerURL. Make sure you are using the same URL as your serverURL.
QUESTION
I am trying to set up mailgun for use with parse-server app on Heroku.
The recommended API is
https://github.com/ParsePlatform/parse-server-simple-mailgun-adapter
But instructions on how to actually achieve this are non existent.
--------- EDIT -----------
Followed instructions and server pushes to Heroku. Though i am still not receiving emails. Im just using mailgun sandbox and have authorised and activated a recipient.
Im not sure about specifying the path to templates or:
...ANSWER
Answered 2017-Feb-05 at 09:35First:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install parse-server-mailgun
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page