Files
notify-email/scripts
Donavan Fritz a1a09d988e fix: pass local_hostname to smtplib so EHLO is FQDN-shaped
Gitea runner pods don't set setHostnameAsFQDN, so socket.getfqdn() returns
the single-label pod name. Stalwart's reject-non-fqdn rule (mail.md
<smtp-from-k8s-pod>) refuses the EHLO before MAIL FROM. Pass an explicit
FQDN to keep the action self-contained.
2026-05-13 09:22:04 -07:00
..