Browse Source

Fix smtp auth

master
Maxime Wack 2 years ago
parent
commit
a0d8c41e69
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .config/emacs/init.el

+ 2
- 1
.config/emacs/init.el View File

@@ -2519,7 +2519,8 @@ ALL-EMAILS are all the unread emails"
(equal (system-name) "hegp-laptop"))
(setq smtpmail-smtp-server "smtp.free.fr"
user-mail-address "maximewack@free.fr"
auth-sources '(password-store)))
auth-sources '("~/.authinfo.gpg" password-store)
smtpmail-smtp-service 587))
((equal (system-name) "hegp")
(setq smtpmail-smtp-server "smtp.aphp.fr"
user-mail-address "maxime.wack@aphp.fr"


Loading…
Cancel
Save