Removed placeholder from testing
This commit is contained in:
parent
1eab378b0c
commit
73a8274ccf
@ -6,7 +6,7 @@ class Config(object):
|
|||||||
|
|
||||||
# Customisation
|
# Customisation
|
||||||
GROUP = '' # Group/Organisation Name
|
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
|
SUBJECT = f'{GROUP} Secret Santa Draw' if GROUP else 'Secret Santa Draw' # Email subject line
|
||||||
GREETING = 'Ho Ho Ho' # Email greeting
|
GREETING = 'Ho Ho Ho' # Email greeting
|
||||||
SENDER = 'The Secret Santa Elf' # Email sign-off
|
SENDER = 'The Secret Santa Elf' # Email sign-off
|
||||||
|
Loading…
Reference in New Issue
Block a user