-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Parse requestPasswordReset does not work after connecting Heroku domain to Mailgun #3378
Comments
Do you see the calls in the mailgun interface? IIRC, you should be able to see all API calls made to mailgun on mailgun. |
I can't see it on mail gun. Only with a specific mail. The one registered on my mailgun account (the mail or my mailgun user, not mails on my authorization list. |
As |
Nope |
I believe you should first validate your domain, so mailgun can send on your behalf. |
Thnak you @natanrolnik. |
In order to validate a domain, you need to control its DNS or email settings. As you don't own In any case, I recommend buying a domain anyway, not only for sending emails. Your apps will then point to your own address, that you can route to wherever you like/need. For example, if you move from heroku to aws, or to digital ocean, the address where your apps point to will be the same, and you'll just need to update the DNS settings. |
Hi,
Few days ago I saw that:
ParseUser.requestPasswordResetInBackground()
I not working (since I migrated my app)
After reading the migration instructions I opened an account on Mailgun and added to parse server these lines:
}
but resetting the passwords doesn't work.
I haven't verified my domain mg.MYAPP.herokuapp.com because I still don't know how to do it.
Is this a problem with my parse-server settings or with my Mailgun account?
Thanks
The text was updated successfully, but these errors were encountered: