Explicitly configure invoice notification recipient
authorMagnus Hagander <[email protected]>
Tue, 9 Jul 2019 09:33:25 +0000 (11:33 +0200)
committerMagnus Hagander <[email protected]>
Tue, 9 Jul 2019 09:33:40 +0000 (11:33 +0200)
code/skin_settings.py

index e7ee11af4558350f34a3ebf2da126999e3b31841..c30e6efe2850cfa5ef2515bbce6dfa6b80c6656c 100644 (file)
@@ -19,6 +19,7 @@ DEFAULT_EMAIL = "[email protected]"
 SERVER_EMAIL = "[email protected]"
 TREASURER_EMAIL = "[email protected]"
 INVOICE_SENDER_EMAIL = "[email protected]"
+INVOICE_NOTIFICATION_RECEIVER = "[email protected]"
 SCHEDULED_JOBS_EMAIL = "[email protected]"
 
 # Ugh