DOGSLOW_EMAIL_TO only takes one address

Issue #20 resolved
Hanne Moa created an issue

I would like to set DOGSLOW_EMAIL_TO to the same set of addresses as are in ADMINS:

DOGSLOW_EMAIL_TO = [addr for _, addr in ADMINS]

To keep backwards compatibility, if DOGSLOW_EMAIL_TO is set to a string, use today's code, if set to a non-string iterable, pass it in directly

Comments (5)

  1. Log in to comment