summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index dc49963..6b5fb1f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1157,6 +1157,14 @@ If no direction is given, don't split."
(setq php-function-call-face 'font-lock-function-name-face)
(setq php-mode-force-pear t))
+(stante-after prodigy
+ (prodigy-define-service
+ :name "Python test mailserver"
+ :command "python"
+ :args '("-m" "smtpd" "-n" "-c" "DebuggingServer" "localhost:1025")
+ :tags '(work mail)
+ :kill-process-buffer-on-stop t))
+
(stante-after sendmail
(setq send-mail-function 'sendmail-send-it)
(setq sendmail-program "/usr/bin/msmtp"))