diff --git a/tests/test_postfix.py b/tests/test_postfix.py
index 11d4a65b4575bd56a8b741a195f8f479a8ed7e8c..95df14f41ccce297edbdefe8ed9317b1a50504ba 100755
--- a/tests/test_postfix.py
+++ b/tests/test_postfix.py
@@ -51,6 +51,7 @@ def check_relay():
         print_green('STMP relay is properly set')
 
 def send_test_email():
+    print('Sending test email')
     global all_ok
     email = "noreply+%s@ubicast.eu" % random.randint(0, 1000)
     cmd = 'echo "This is a test email" | mail -s "Test email from `cat /etc/hostname`" %s' % email