Mercurial > hg > xemacs
comparison mail-from-delphix.el @ 31:129123962e51
trying to merge lib/emacs and xemacs
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sat, 07 Oct 2023 12:43:14 +0100 |
parents | 6d36ba671237 |
children |
comparison
equal
deleted
inserted
replaced
5:8e0e16f4763c | 31:129123962e51 |
---|---|
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 |