I wanted to create a simple interface to send massive mails for a django project (Gitorious, GitHub) but I don't know how to start (models, forms, views, etc.).
I looked at django-mailer but it doesn't suit my needs, also I dind't find another mailer application for django that was this complete. Any documentation, advices, or app recommendatios are very welcome.
Everything you write will be unreliable comparing to e.g. Postfix (bounces, failures, servers down etc). Therefore, as a minimal setup, I suggest to point Django SMTP config variables to the local Postfix instance and configure Postfix to relay emails through the email account you would otherwise use directly. Then you can just use standard django machinery and enjoy the peace of mind.