changeset 9:78b62941da11

*** empty log message ***
author ht
date Sun, 06 May 2007 14:22:37 +0100
parents 00e2cf30ac5d
children 1675d4eff896
files mail-from-delphix.el
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mail-from-delphix.el	Sun May 06 14:22:37 2007 +0100
@@ -0,0 +1,19 @@
+;;; 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 "~/.sig.delphix")
+(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 "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