From 26ddea643ae5f7f6521f5039803ae1a2a1cc4f3f Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sat, 1 Nov 2025 14:07:17 +0100 Subject: Configured Gnus for mail sending --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 500347d..c044d85 100644 --- a/init.el +++ b/init.el @@ -111,6 +111,14 @@ :config (org-roam-db-autosync-mode)) +;; Mail +(load (locate-user-emacs-file "secrets.el")) ; Full-name and Mail address +(setq gnus-select-method '(nnimap "imap.gmail.com") + message-send-mail-function 'smtpmail-send-it + smtpmail-default-smtp-server "smtp.gmail.com" + gnus-message-archive-method '(nnimap "imap.gmail.com") + gnus-message-archive-group "[Gmail]/Sent Mail") ; Gmail configuration + ;; Undo (use-package vundo :custom -- cgit v1.3.1