-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Email Verification not sent #3592
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
Comments
Did you setup a custom domain on mailgun? Did you verify it? Otherwise mailgun does not allow sending mails to arbitrary mail adresses. |
@funkenstrahlen This is enough? |
Do you have email verification enabled in your parse server config?
Because in your post above |
It's working fine now. |
Hi, I just read this post and saw you had a few troubles when setting up email verification. |
I have configured MailGun, Parse Server with following, but still email verification not sent.
How to Check this issue?
Client Code in iOS:
`
PFUser *user = [PFUser new];
//Received Success, but email is not sent
}];
`
Server Code:
`
verifyUsersEmails: true,
`
The text was updated successfully, but these errors were encountered: