fix Sandra's email address

This commit is contained in:
Wolfgang Hottgenroth 2019-11-23 20:52:19 +01:00
parent 1c1d10e186
commit 43b4eab341
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -4,7 +4,7 @@
import random
import smtplib
DEBUG = True
DEBUG = False
def sendmail(sender, receiver, msg):
smtp = None
@ -71,7 +71,7 @@ wichtelees = [
Wichtelee("Matthias", "matthias.hottgenroth@icloud.com", ("Wolfgang", "Patty", "Anna", "Robert")),
Wichtelee("Anna", "anna.hottgenroth@icloud.com", ("Wolfgang", "Patty", "Matthias", "Lucia")),
Wichtelee("Thomas", "thomas@nober.de", ("Sandra")),
Wichtelee("Sandra", "sandra.nober@web.de", ("Thomas")),
Wichtelee("Sandra", "sandra-nober@web.de", ("Thomas")),
Wichtelee("Philipp", "philipp@nicolai.eu", ("Barbara")),
Wichtelee("Barbara", "barbara@nicolai.eu", ("Philipp")),
Wichtelee("Robert", "robert@nober.de", ("Matthias")),
@ -83,6 +83,9 @@ wichtelees = [
]
byName = { x.name : x for x in wichtelees }
for first in wichtelees:
if DEBUG: