Mercurial > public > sg101
diff gpp/core/functions.py @ 181:500e5875a306
Implementing #61: adding a forum topic subscription feature.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 28 Mar 2010 01:07:47 +0000 |
parents | aef00df91165 |
children | 423c39ee44e0 |
line wrap: on
line diff
--- a/gpp/core/functions.py Sun Mar 21 20:33:33 2010 +0000 +++ b/gpp/core/functions.py Sun Mar 28 01:07:47 2010 +0000 @@ -5,6 +5,8 @@ from django.contrib.sites.models import Site from django.conf import settings +import mailer + def send_mail(subject, message, from_email, recipient_list, fail_silently = False, auth_user = None, auth_password = None):