From c497ef55c81aac592539e672c630d413de08ebf1 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Mon, 2 Nov 2015 17:16:28 +0200 Subject: [PATCH] cosmic --- emacstips.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emacstips.mdwn b/emacstips.mdwn index 2a91c94..1c3680b 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -297,11 +297,11 @@ SMTP server via TCP connection. It is pretty easy to configure: 1. Set some variables in .emacs or in [notmuch init file](/notmuch-emacs#notmuch_init_file) (setq smtpmail-smtp-server "smtp.server.tld" ;; <-- edit this !!! - ;; smtpmail-smtp-service 25 ;; 25 is default -- uncomment and edit if needed - ;; smtpmail-stream-type 'starttls - ;; smtpmail-debug-info t - ;; smtpmail-debug-verb t - message-send-mail-function 'message-smtpmail-send-it) + ;; smtpmail-smtp-service 25 ;; 25 is default -- uncomment and edit if needed + ;; smtpmail-stream-type 'starttls + ;; smtpmail-debug-info t + ;; smtpmail-debug-verb t + message-send-mail-function 'message-smtpmail-send-it) More information for smtpmail is available: -- 2.43.0