smtpmail: Set user-mail-address to fix the fqdn (In-Reply-To header)

master
Pierre Neidhardt 2019-03-27 11:41:21 +01:00
parent 9c93480c30
commit f7f6207a2e
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
smtpmail-stream-type 'starttls
smtpmail-smtp-service 587)
;; This is only useful to distinguish between similar entries in .authinfo.
;; (setq smtpmail-smtp-user user-mail-address)
;; REVIEW: If we don't set `user-mail-address', `mail-host-address' or
;; `message-user-fqdn', `message-make-fqdn' will put
;; "i-did-not-set--mail-host-address--so-tickle-me" in the In-Reply-To header.
(setq user-mail-address "mail@ambrevar.xyz")
(provide 'init-smtpmail)