I am looking at implementing a custom email delivery method in python as per the documentation: http...
k
I am looking at implementing a custom email delivery method in python as per the documentation: https://supertokens.com/docs/thirdpartyemailpassword/email-delivery/custom-method However, I'm unclear on what template_vars and user_context contain and how I would use them in the html I want to send in the emails. Am I missing some of the documentation? I'm looking to do this for custom_email_delivery and custom_emailverification_delivery so looking how to pass the to_email, password reset link and email verification url. I'll be using the SendGridAPIClient to send the emails. Thanks, Sean
k
Cool, thanks
5 Views