Skip to content
Snippets Groups Projects
Commit 01b5ad33 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed wrong exit code in test email.

parent 5381151d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def check_relay():
return 1
else:
print_green('STMP relay is properly set.')
return 1
return 0
def send_test_email():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment