Hello dear Django developers!

I'm working as a web developer for many years. One of the most frequent tasks 
is sending email messages. And template system is very usefull for this task 
as for web pages. It's strange, but I have not found builtin support for email 
templates on many platforms that I used early. So I have had to write own tool 
for this purpose. This is a simple task, but it's like reinventing the wheel. 
Same for Django. It's annoying to use the template class directly, but I have 
not found any builtin shortcut function. I've found several third-party 
solutions, but I did not like them and created my own (again) :) It is based 
on class django.core.mail.Message and provides very similar interface. There 
is also templated version of send_mail shortcut (but as I understand it's 
going to become a method of Message class soon).

You can review my application at github:
https://github.com/artemrizhov/django-mail-templated

So, I propose to merge this app to Django core mail module. I'm ready to do 
this work and to support this code in the future.

How is it likely to add this feature to Django? Where do I go to do the work?

Thanks.

--
Artem

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to