all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs and smtpmail
@ 2006-06-28 13:06 harry meyers
  2006-06-28 16:21 ` harry meyers
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: harry meyers @ 2006-06-28 13:06 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-07-02 13:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 13:06 emacs and smtpmail harry meyers
2006-06-28 16:21 ` harry meyers
2006-06-28 17:22   ` harry meyers
2006-06-30 18:13 ` John Paul Wallington
2006-07-01  4:32   ` harry meyers
2006-07-01 12:51 ` John Paul Wallington
2006-07-01 13:17   ` David Kastrup
2006-07-01 14:23   ` Eli Zaretskii
     [not found]   ` <mailman.3604.1151763833.9609.help-gnu-emacs@gnu.org>
2006-07-01 19:33     ` John Paul Wallington
2006-07-01 21:47       ` Eli Zaretskii
     [not found]     ` <mailman.3610.1151790441.9609.help-gnu-emacs@gnu.org>
2006-07-02 13:35       ` harry meyers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.