We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's possible?
Thanks.
The text was updated successfully, but these errors were encountered:
Yes! You can send. You can send any email you would normally send with Django.
Sorry, something went wrong.
I just found it here in the documentation:
from django.core import mail emails = ( ('Hey Man', "I'm The Dude! So that's what you call me.", '[email protected]', ['[email protected]']), ('Dammit Walter', "Let's go bowlin'.", '[email protected]', ['[email protected]']), ) results = mail.send_mass_mail(emails)
But to send emails in HTML format, I use this:
send_mail(subject=subject, message=plain_message, html_message=html_message, from_email=None, recipient_list=[responsible_email])
Keep using your normal code, Django Celery is placed as a layer before, no commands will change, all commands are django defaults.
No branches or pull requests
It's possible?
Thanks.
The text was updated successfully, but these errors were encountered: