Mail setup

This commit is contained in:
Martin Sukany
2026-02-12 12:52:50 +01:00
parent 84329b6a7c
commit 3543f2f23d
4 changed files with 64 additions and 0 deletions

14
custom.el Normal file
View File

@@ -0,0 +1,14 @@
;;; -*- lexical-binding: t -*-
(custom-set-variables
;; custom-set-variables was added by Custom.
;; 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.
'(smtpmail-smtp-server "mailu.apps.sukany.cz")
'(smtpmail-smtp-service 465))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; 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.
)