diff --git a/config.py b/config.py index 5265752..3740b91 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ class Config(object): # Customisation GROUP = '' # Group/Organisation Name - EMAIL_DOMAIN = 'bar.com' # Email domain for organisation + EMAIL_DOMAIN = '' # Email domain for organisation SUBJECT = f'{GROUP} Secret Santa Draw' if GROUP else 'Secret Santa Draw' # Email subject line GREETING = 'Ho Ho Ho' # Email greeting SENDER = 'The Secret Santa Elf' # Email sign-off