Skip to content
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

Implement my own email adapter? #1721

Closed
drorsun opened this issue May 8, 2016 · 2 comments
Closed

Implement my own email adapter? #1721

drorsun opened this issue May 8, 2016 · 2 comments

Comments

@drorsun
Copy link

drorsun commented May 8, 2016

Hi,
I am considering creating an email adapter to use AWS SES for email sending instead of using Mailgun. If successful I'll put it back here for everyone to enjoy.

I am not sure where to start on parse-server code.
Can someone provide at least rough guidelines on how emails work with parse-server, how to implement my own email adapter and how to write the call-back link that the user presses to verify the email?
At the very least - where can I have a look for the Mailgun example?
Thanks
Dror

@bohemima
Copy link
Contributor

bohemima commented May 8, 2016

The Mailgun adapter lives here -> https://github.com/ParsePlatform/parse-server-simple-mailgun-adapter

Also, have a look at the "Interface" for MailAdapter, https://github.com/ParsePlatform/parse-server/blob/master/src/Adapters/Email/MailAdapter.js

Unfortunately I'm a bit unsure about the callbacks but I bet most of it can be figured out by staring at the repo long enough :)

@drorsun
Copy link
Author

drorsun commented May 8, 2016

That's the lead I was looking for 👍
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants