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

Mailgun Adapter Not Sending Emails #4360

Closed
fprospato opened this issue Nov 17, 2017 · 3 comments
Closed

Mailgun Adapter Not Sending Emails #4360

fprospato opened this issue Nov 17, 2017 · 3 comments
Labels
type:question Support or code-level question

Comments

@fprospato
Copy link

Hello,
I set up my parse server for my iOS project using AWS with Bitnami. I added this to my server.js file:

verifyUserEmails: true,
publicServerURL: 'https://ec2../parse',
appName: 'name',
emailAdapter: {
module: 'parse-server-simple-mailgun-adapter',
options: {
fromAddress: ADDRESS',
domain: 'DOMAIN',
apiKey: 'KEY'

I thought that this was it, but when I sign up a user or try to reset a password, I do not get an email. The address, domain, and api key are all correct. I saw that somehow we are suppose to install the adapter through 'npm'. I have never installed something with npm before and do not know how to. I get access to my server through connecting to my instance by launching my SSH Client. How do I go from there to just add/install npm i parse-server-mailgun properly?

I have been working on this mailgun integration for months and I am in desperate need for help. So if anyone can give me any help I will be forever grateful!

@fprospato fprospato changed the title Mailgun adapter Mailgun Adapter Not Sending Emails Nov 17, 2017
@montymxb
Copy link
Contributor

@fprospato check out the docs for npm to see how to use it properly. Once you get the feel for it you may find it super handy 👍 .

@montymxb montymxb added the type:question Support or code-level question label Nov 21, 2017
@tomcooperandco
Copy link

@fprospato you might find this Udemy course worthwhile as it walks you through it: https://www.udemy.com/parse-server/learn/v4/overview

We built ours successfully using the instructions on here.

@stale
Copy link

stale bot commented Sep 18, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Support or code-level question
Projects
None yet
Development

No branches or pull requests

3 participants