nknganda / django-mailer

Automatically exported from code.google.com/p/django-mailer
MIT License
0 stars 0 forks source link

EmailMessage instead of core_send_mail #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am dealing with a mailling list app and found django-mailer a good
performance handler.
I suggest mailer.EmailMessage alongside with mailer.send_mail to allow user
defined content_types.
Best regards,

Original issue reported on code.google.com by cardhuen...@gmail.com on 29 Aug 2008 at 1:43

GoogleCodeExporter commented 8 years ago
the previous Issue is rather an Enhancement thing

Original comment by cardhuen...@gmail.com on 29 Aug 2008 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by bros...@gmail.com on 19 Sep 2008 at 8:07

GoogleCodeExporter commented 8 years ago
If that's of any use, here's a diff and a patch to a mailer version, that makes 
use
of django.core.mail.EmailMultiAlternatives to send mails with both, text and 
html
content, depending on if there's a html part of the mail

Cheers

Original comment by Flashing...@gmail.com on 6 Mar 2009 at 12:41

Attachments:

GoogleCodeExporter commented 8 years ago
to apply, use:

cd <mailer_dir>
patch -p3 < mailer.patch

Original comment by Flashing...@gmail.com on 6 Mar 2009 at 12:49