Fix error when sending email

This commit is contained in:
contrapunctus 2022-05-26 04:23:43 +05:30
parent efda63da09
commit b3ba6fa0b7
1 changed files with 5 additions and 1 deletions

View File

@ -2979,7 +2979,11 @@ PR ideas
(setq user-mail-address "contrapunctus@disroot.org"
user-full-name "contrapunctus"
smtpmail-smtp-user "contrapunctus"
auth-source-debug 'trivia))
auth-source-debug 'trivia
;; Use system hostname to prevent "Sending failed: ...: Helo
;; command rejected: need fully-qualified hostname" error when
;; sending mail
mail-host-address nil))
#+END_SRC
*** wanderlust :disabled: