Has anyone implemented a user account creation and confirmation flow, where the users submits an email address and receives an email with a link to confirm that he or she actually owns the submitted account?
I’m trying to implement something like this using App42 Cloud API but it’s not obvious how to make it work since App42 seems to want you to provide your own SMTP server. I’m trying to determine whether SendGrid would work for this, but all the examples are in Python or other languages.
Has anyone used SendGrid or Mailgun with Corona for this sort of thing? If so, any advice would be appreciated.