Python - How to import 'send_mail' -- django

Import send_mail

To import send_mail, Add the following line to the top of your code.

from django.core.mail import send_mail

 

For more information about send_mail:
django send_mail