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

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