Skip to content

Instantly share code, notes, and snippets.

View gajanan0707's full-sized avatar
🤲
Focusing

Gajanan Rajput gajanan0707

🤲
Focusing
View GitHub Profile
@gajanan0707
gajanan0707 / helper.py
Last active October 5, 2022 12:13
FlASK_DEMO_REST/users/helper.py
import os
from flask_mail import Message
from utils.common import TokenGenerator
from server import mail
def send_forgot_password_email(request, user):
"""
It sends an email to the user with a link to reset their password