all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mail rmail gnus on w32
@ 2006-01-22 20:00 B. T. Raven
  2006-01-23 18:37 ` John Wallington
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: B. T. Raven @ 2006-01-22 20:00 UTC (permalink / raw)


I have added the following (suitably modified) to my .emacs:

;; mail
(setq user-full-name "Your full name")
(setq user-mail-address "Your email address")

(setq smtpmail-default-smtp-server "Domain name of machine with SMTP
server")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)
(load-library "smtpmail")

;; rmail

(setenv "MAILHOST" "Domain name of machine with POP3 server")
(setq rmail-primary-inbox-list
    '("po:Your login") rmail-pop-password-required t)

;; no gnus yet

All I have in "po:Your... etc" is my email address (same as log-in name).
Where does the password go and can it be saved and entered automatically
by emacs? Now when I type C-x m the minibuffer just shows "Sending mail..
but then times out without sending it.



What am I missing?

Thanks,

Ed

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

end of thread, other threads:[~2006-01-29 13:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-22 20:00 mail rmail gnus on w32 B. T. Raven
2006-01-23 18:37 ` John Wallington
2006-01-28 19:00   ` B. T. Raven
2006-01-28 19:44     ` John Paul Wallington
2006-01-24 19:11 ` Xavier Maillard
     [not found] ` <mailman.2405.1138130155.26925.help-gnu-emacs@gnu.org>
2006-01-28 19:03   ` B. T. Raven
2006-01-29 13:57     ` Xavier Maillard

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.