dot/gnus-local.el.distorted: Machinery for SMTP submission.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 28 Jan 2014 10:07:48 +0000 (10:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 29 Jan 2014 09:43:44 +0000 (09:43 +0000)
Don't actually turn this on, though.  Local queuing makes sending more
reliable.

dot/gnus-local.el.distorted

index 502fdc1..48abb6b 100644 (file)
@@ -6,6 +6,18 @@
 ;;;
 
 ;;;--------------------------------------------------------------------------
+;;; How to send mail.
+
+(and nil
+     (setq smtpmail-smtp-server "mail.distorted.org.uk"
+          smtpmail-sendto-domain "distorted.org.uk"
+          smtpmail-smtp-service 587
+          smtpmail-auth-credentials "~/.gnus.authinfo"
+          message-send-mail-function 'smtpmail-send-it
+          smtpmail-starttls-credentials
+          '(("mail.distorted.org.uk" 587 "" ""))))
+
+;;;--------------------------------------------------------------------------
 ;;; Where we get mail from.
 
 ;; Read mail on the IMAP server.