|
|
|
|
|
by mattoc
4691 days ago
|
|
Django's Email API is already pretty solid, see the EmailMessage[0] class. Attachments and multiple MIME types are handled for sending text & html versions of the email body. However, given that Django is just Python there's nothing precluding you from using the library as a drop-in replacement. [0] https://docs.djangoproject.com/en/dev/topics/email/#emailmes... |
|