|
|
def __init__(self, host="localhost", port=0, user=None, password=None,
|
|
def __init__(self, host="localhost", port=0, user=None, password=None,
|
|
@@ -81,7 +81,8 @@ def mail_admins(subject, message, fail_silently=False):
|
|
|
mailer = Mailer(conf.EMAIL_HOST, conf.EMAIL_PORT,
|
|
mailer = Mailer(conf.EMAIL_HOST, conf.EMAIL_PORT,
|