Mercurial > hg > xemacs
view mail-from-markup.el @ 21:7b2c4ed36302
for new maritain
author | ht |
---|---|
date | Mon, 30 Nov 2020 16:00:15 +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