diff options
Diffstat (limited to '')
-rw-r--r-- | custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(auth-source-save-behavior nil)) + '(auth-source-save-behavior nil) + '(smtpmail-smtp-server "mail.hacc.space") + '(smtpmail-smtp-service 25)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |