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
Post a Comment