summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
authorstuebinm2023-04-11 15:22:33 +0200
committerstuebinm2023-04-11 15:22:33 +0200
commit348bada200a443ad27b9b0e1ee1a8cc0dd9b5cae (patch)
tree8292d83ca72452d69f263a9e5a3d1c6eb65914a7 /custom.el
parent6a279f87a984766dcb4630378e805926b3ae91a6 (diff)
more mail stuff
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index e8a0fcb..e8b5f08 100644
--- a/custom.el
+++ b/custom.el
@@ -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.