Email Verification Mailgun, Parse, Swift 3 -


i have mailgun account , xcode project using parse sign users. want implement email verification when user signs up. want simple message says "thank signing up! please press link below verify email address." know how send email message user, i not know how make link verify user's email address , change automatic "emailverified" boolean column in parse equal true. how do this? have copied code send email below:

let mailgun = mailgun.client(withdomain: "****.com", apikey: "key-*****")  mailgun?.sendmessage(to: "user *email*", from: "*connected email*", subject: "verify email address", body: "thank signing up! please press link below verify email address.") 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -