Mercurial > hg > xemacs
view mail-from-delphix.el @ 58:32a75a4db17b
try to paramterise email handling a bit more
revert use of device-type-hacking
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 03 Apr 2024 12:41:35 +0100 |
parents | 6d36ba671237 |
children |
line wrap: on
line source
;;; Edit and load to send mail as from ... (setq mail-append-host "delphix.co.uk") (setq user-full-name "Henry S. Thompson") (setq user-mail-address "ht@delphix.co.uk") (setq mail-host-address "delphix.co.uk") (setq mail-signature-file "/home/ht/.sig.delphix") (defun system-name () "gregory") (load "gnus-init" nil t) ;; sending mail on the road (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "localhost") (setq smtpmail-smtp-service "smtp") (setq smtpmail-local-domain "delphix.co.uk") (setq smtpmail-debug-info t) (load "smtpmail" nil t) (setq smtpmail-code-conv-from nil) ;; tunnel: ssh -L 25:p15135390.pureserver.info:25 markup.co.uk