summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnus.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnus.el b/gnus.el
index ef89dee..5272033 100644
--- a/gnus.el
+++ b/gnus.el
@@ -11,6 +11,10 @@
 
 (setq gnus-select-method '(nnnil "")
       gnus-secondary-select-methods '((nnmaildir "Maildir" (directory "/home/terin/.nnmaildir"))))
+
+(setq sendmail-program "msmtp"
+      send-mail-function 'sendmail-send-it)
+
 (defun =gnus ()
   "Activate `gnus' in its workspace."
   (interactive)