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

This commit is contained in:
2025-07-31 11:18:08 +02:00
parent 090d23abfb
commit a848eed20b
+2
View File
@@ -57,3 +57,5 @@ def test_sendmail_real_local():
body = "Hello! This is a real test sent using local sendmail."
sendmail(to_addr, subject=subject, body=body)
print(which sendmail)