Cambio nome

This commit is contained in:
2026-03-19 16:58:23 +01:00
parent c34d6bb080
commit 83e494e171
29 changed files with 105 additions and 105 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class SmtpSender:
body_container = msg
# Headers obbligatori
message_id = make_msgid(domain="pecflow.local")
message_id = make_msgid(domain="pechub.local")
msg["From"] = self.mailbox.email_address
msg["To"] = ", ".join(to_addresses)
if cc_addresses: