[releng] Use smtp-int to relay emails



commit 357b7bcc2a60679fe52d669c7fa79f7fd298201c
Author: Andrea Veri <av gnome org>
Date:   Wed Mar 4 11:02:46 2020 +0000

    Use smtp-int to relay emails

 tools/schedule/automail.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/schedule/automail.py b/tools/schedule/automail.py
index 7616127..7c90beb 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -50,7 +50,7 @@ def mail_events(events):
     contents.write(string.Template(FOOTER).safe_substitute(events[0]))
 
     s = smtplib.SMTP()
-    s.connect()
+    s.connect(host='smtp-int.gnome.org')
     contents.seek(0)
     mime = MIMEText(contents.read())
     mime['Subject'] = subject


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]