fix Sandra's email address
This commit is contained in:
parent
1c1d10e186
commit
43b4eab341
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user