diff --git a/src/documents/mail.py b/src/documents/mail.py index 7cc417bfd..f1a84d8e0 100644 --- a/src/documents/mail.py +++ b/src/documents/mail.py @@ -42,7 +42,7 @@ class Message(Loggable): and n attachments, and that we don't care about the message body. """ - SECRET = os.getenv("PAPERLESS_EMAIL_SECRET") + SECRET = os.getenv("PAPERLESS_EMAIL_SECRET", "") def __init__(self, data, group=None): """