Reputation: 13
I am using parse.com as backend for my android application.
On signup, an email is sent to user with the help of my parse cloud code and mailgun api integration. My code works fine for sending email.
But I am unable to understand how to add an auto-generated url within my mail, to verify the user's email address and save that information in the parse database.
What i have tried is, turning on email verification option, but don't know what to do next. Also, I am using my own domain for sending email and not parse one. Would really appreciate any help. Thanks
Upvotes: 1
Views: 205
Reputation: 2170
Goto your dashboard-> App Settings-> Hosting and Email. There you will able to find Email Settings. Enable "Verify User Emails" . DONE
Upvotes: 1