help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs and smtpmail


From: harry meyers
Subject: emacs and smtpmail
Date: 28 Jun 2006 06:06:33 -0700
User-agent: G2/0.2

Hi,

I am currently switching from XEmacs to Emacs, some things work "out of
the box" for me, some others not. I want to send mail via smtp and
added these lines to ~/.emacs (which I copied word by word from my
~/.xemacs/init.el. But with emacs they don't work.

(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "smtp.1und1.de")
(setq smtpmail-smtp-service "25")
(setq smtpmail-local-domain "literaturlatenight.de")
(setq smtpmail-debug-info t)
(load-library "smtpmail")
(setq smtpmail-code-conv-from nil)
(setq user-full-name "harry")
(setq smtpmail-auth-credentials '(("smtp.1und1.de" 25 "xxxxxxx"
"xxxxx")))

(setq message-send-mail-function 'smtpmail-send-it)

(setq user-mail-address "harry@literaturlatenight.de")

What did I miss?

harry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]