send_mail(subject, message, from_email, recipient_list, fail_silently=False, auth_user=None, auth_password=None, connection=None, html_message=None) [source]
The simplest way to send email is using django.core.mail.send_mail().
The subject, message, from_email and recipient_list parameters are required.
subject: A string.
message: A string.
from_email: A string.
recipient_list: A list of strings, each an email address. Each member of recipient_list will see the other recipients in the “T