diff --git a/server/mergin/commands.py b/server/mergin/commands.py index ac574b4c..0d824987 100644 --- a/server/mergin/commands.py +++ b/server/mergin/commands.py @@ -19,6 +19,7 @@ def server(): def send_check_email(email: str): # pylint: disable=W0612 """Send check email to specified email address.""" from .celery import send_email_async + if app.config["MAIL_SUPPRESS_SEND"]: click.echo( click.style(