mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 09:04:54 +00:00
jira-9 and jira-12 sendgrid and upload images in alibaba bucket
This commit is contained in:
@ -6,7 +6,7 @@ from rest_framework.response import Response
|
||||
|
||||
from templated_email import send_templated_mail
|
||||
def send_otp_email(recipient_email, otp):
|
||||
from_email = settings.EMAIL_HOST_USER
|
||||
from_email = settings.EMAIL_FROM_ADDRESS
|
||||
recipient_list = [recipient_email]
|
||||
send_templated_mail(
|
||||
template_name='email_otp_verification.email',
|
||||
|
||||
Reference in New Issue
Block a user