Answer the question
In order to leave comments, you need to log in
Multiple Email Accounts in Django?
How do I connect multiple Accounts in Django settings
now I have this:
EMAIL_HOST = 'mail.***.ru'
EMAIL_HOST_USER = '[email protected]***.ru'
EMAIL_HOST_PASSWORD = 'pass'
Answer the question
In order to leave comments, you need to log in
The Sending email section of the official documentation:
send_mail(subject, message, from_email , recipient_list, fail_silently=False, auth_user=None, auth_password=None, connection=None, html_message=None)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question