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

This commit is contained in:
2025-07-31 11:37:15 +02:00
parent a2585a438b
commit cd288e9583
-1
View File
@@ -59,6 +59,5 @@ def test_sendmail_real_local():
body = "Hello! This is a real test sent using local sendmail."
print(shutil.which("sendmail"))
sendmail(to_addr, subject=subject, body=body)
asset True == True