django-email
Python/Django: sending emails in the background
Imagine a situation in which a user performs an action on a website and admins are notified. Imagine the开发者_运维知识库re are 20 admins to notify. By using normal methods for sending emails with Dja[详细]
2023-04-10 16:31 分类:问答How can I log all outgoing email in Django?
My Django application sends out quite a bit of emails and I\'ve tried testing it thoroughly. However, for the first few months, I\'d like to log all outgoing emails to ensure that ever开发者_如何学Pyt[详细]
2023-04-07 06:07 分类:问答Django Error Reporting - How to know which user triggered the error?
Is there a way I can customize Django error reporting so when it emails me it lets me know which user triggered the error?[详细]
2023-03-20 12:23 分类:问答Django app for sending periodic emails?
The main functionality of it would be: check a condition every day if the condition is true, then send email[详细]
2023-03-05 12:00 分类:问答Make Django build-in send_mail function working with html by default
I want to substitute build-in send_mail function, that works only with plain-text emails, with my own smart send_mail function, that generates both html and plain-text versions automatically. Everythi[详细]
2023-02-04 10:45 分类:问答Attaching an ical file to a django email
There are plenty of examples of how to attach a file to an email, but I can\'t find an example of how to attach a MIMEBase instance.[详细]
2023-01-30 05:59 分类:问答Django default_from_email name
I am looking to add a name to m开发者_如何学Cy default_from_email address in Django and wanted to know whether you do this through the settings.py file?[详细]
2023-01-16 13:54 分类:问答Creating email templates with Django
I want to send HTML-emails, using Django templates like this: <html> <body> hello <strong>{{username}}</strong>[详细]
2022-12-29 17:37 分类:问答django.core.mail send_email with secure connection
Im trying to use django send_email function but it fails on authentication. In fact, django returns me message along the lines - ssl not found in this django installation.[详细]
2022-12-17 04:47 分类:问答