X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=1c3680b7dca45afc976e355cd6aaff9bd9f79a4b;hb=c497ef55c81aac592539e672c630d413de08ebf1;hp=84d616189ced7b3129ed32bfe2d5c3f3b6722fc4;hpb=792fd375db0281ef388914709f68cfc2a2743610;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index 84d6161..1c3680b 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) ## Address completion when composing