From 68d9a398d5fa3a1260c3002e8b0d8d8d70d39f50 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Wed, 24 Aug 2011 16:48:08 +0200 Subject: [PATCH] [FIX] Put '*' back after regression * The end of the "star wars"; --- indico/MaKaC/common/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indico/MaKaC/common/mail.py b/indico/MaKaC/common/mail.py index 1c203b2eb..28aa1d099 100644 --- a/indico/MaKaC/common/mail.py +++ b/indico/MaKaC/common/mail.py @@ -29,7 +29,7 @@ class GenericMailer: @staticmethod def send(notification): - server=smtplib.SMTP(Config.getInstance().getSmtpServer()) + server=smtplib.SMTP(*Config.getInstance().getSmtpServer()) if Config.getInstance().getSmtpUseTLS(): server.ehlo() (code, errormsg) = server.starttls() -- 2.11.4.GIT