Using localhost as the EHLO identity is the Go net/smtp default but is rejected by strict relays such as Google Workspace. os.Hostname() is the conventional SMTP client fallback and returns the actual machine or pod name in production environments. Signed-off-by: Bryan Frimin <bryan@probo.com>