feat(contact us): landing page contact support through email
This commit is contained in:
@@ -167,7 +167,7 @@ class OtpRequestView(APIView):
|
||||
# Send the email
|
||||
try:
|
||||
email_service.load_template(
|
||||
"module_auth/email_template.html", context={"code": otp_code, "name": principal.first_name}
|
||||
"module_auth/otp_email_template.html", context={"code": otp_code, "name": principal.first_name}
|
||||
)
|
||||
email_service.send()
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user