diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2015-11-02 17:15:02 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2015-11-02 17:15:02 +0200 |
| commit | 4e26b6934a801efa6afb0de60931d740d7f1cc68 (patch) | |
| tree | 4600137121af3c8e5b43ba2e96b193f42aa8ca98 | |
| parent | 792fd375db0281ef388914709f68cfc2a2743610 (diff) | |
more indent, link fix
| -rw-r--r-- | emacstips.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 84d6161..2a91c94 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -296,17 +296,17 @@ 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) + (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) More information for smtpmail is available: * In Emacs: `M-x info-display-manual smtpmail` -* At http://www.emacswiki.org/emacs/SendingMail +* [EmacsWiki Page](http://www.emacswiki.org/emacs/SendingMail) ## <span id="address_completion">Address completion when composing</span> |
