comparison mail-from-delphix.el @ 78:0abfe9bf83a0

merge
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 25 Sep 2025 17:57:05 +0100
parents 6d36ba671237
children
comparison
equal deleted inserted replaced
77:62fb1a21629a 78:0abfe9bf83a0
1 ;;; Edit and load to send mail as from ...
2 (setq mail-append-host "delphix.co.uk")
3 (setq user-full-name "Henry S. Thompson")
4 (setq user-mail-address "ht@delphix.co.uk")
5 (setq mail-host-address "delphix.co.uk")
6 (setq mail-signature-file "/home/ht/.sig.delphix")
7 (defun system-name () "gregory")
8 (load "gnus-init" nil t)
9
10 ;; sending mail on the road
11 (setq send-mail-function 'smtpmail-send-it)
12 (setq message-send-mail-function 'smtpmail-send-it)
13 (setq smtpmail-default-smtp-server "localhost")
14 (setq smtpmail-smtp-service "smtp")
15 (setq smtpmail-local-domain "delphix.co.uk")
16 (setq smtpmail-debug-info t)
17 (load "smtpmail" nil t)
18 (setq smtpmail-code-conv-from nil)
19
20 ;; tunnel: ssh -L 25:p15135390.pureserver.info:25 markup.co.uk