Mercurial > hg > xemacs
view mail-from-markup.el @ 48:67c04dbeb162
merge
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 20 Dec 2023 18:06:25 +0000 |
parents | 1675d4eff896 |
children |
line wrap: on
line source
;;; Edit and load to send mail as from ... (setq mail-append-host "markup.co.uk") (setq user-full-name "Henry S. Thompson") (setq user-mail-address "ht@markup.co.uk") (setq mail-host-address "markup.co.uk") (setq mail-signature-file "~/.sig.markup") (defun system-name () "gregory") ;; 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 "markup.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