Don't actually turn this on, though. Local queuing makes sending more
reliable.
;;; (c) 2014 Mark Wooding
;;;
;;; (c) 2014 Mark Wooding
;;;
+;;;--------------------------------------------------------------------------
+;;; 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.
;;;--------------------------------------------------------------------------
;;; Where we get mail from.