comparison mail-from-delphix.el @ 9:78b62941da11

*** empty log message ***
author ht
date Sun, 06 May 2007 14:22:37 +0100
parents
children 6d36ba671237
comparison
equal deleted inserted replaced
8:00e2cf30ac5d 9:78b62941da11
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 "~/.sig.delphix")
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 "delphix.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