# HG changeset patch # User Paul Boddie # Date 1414534212 -3600 # Node ID d971a4d0e4397bb1d00d6142de19ca71a2d31a7d # Parent 83c46dbd0eb9ce4a89de503588ef51b0436bd84b Use the same address as the default sender throughout. diff -r 83c46dbd0eb9 -r d971a4d0e439 imiptools/mail.py --- a/imiptools/mail.py Tue Oct 28 23:09:03 2014 +0100 +++ b/imiptools/mail.py Tue Oct 28 23:10:12 2014 +0100 @@ -5,7 +5,7 @@ from email.mime.text import MIMEText from smtplib import LMTP, SMTP -MESSAGE_SENDER = "resources+agent@example.com" +MESSAGE_SENDER = "imip-agent@example.com" MESSAGE_SUBJECT = "Calendar system message"