Update tests/test_utils_sendmail.py
Run CI Tests / test (push) Successful in 1m46s

This commit is contained in:
2025-07-31 11:22:31 +02:00
parent a848eed20b
commit 35e4f6fa2e
+2 -2
View File
@@ -55,7 +55,7 @@ def test_sendmail_real_local():
to_addr = f"yasmine.tligui@psi.ch"
subject = "Test mail from pytest"
body = "Hello! This is a real test sent using local sendmail."
print(which sendmail)
sendmail(to_addr, subject=subject, body=body)
print(which sendmail)