diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2015-11-02 17:16:28 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2015-11-02 17:16:28 +0200 |
| commit | c497ef55c81aac592539e672c630d413de08ebf1 (patch) | |
| tree | d538aacbaf5dda5672ca9b75c821c9342c8e1a97 | |
| parent | 4e26b6934a801efa6afb0de60931d740d7f1cc68 (diff) | |
cosmic
| -rw-r--r-- | emacstips.mdwn | 10 |
1 files 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: |
