From: "B. T. Raven" <ecinmn@peoplepc.com>
Subject: mail rmail gnus on w32
Date: Sun, 22 Jan 2006 20:00:16 GMT [thread overview]
Message-ID: <kvRAf.4711$vU2.410@newsread3.news.atl.earthlink.net> (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
next reply other threads:[~2006-01-22 20:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-22 20:00 B. T. Raven [this message]
2006-01-23 18:37 ` mail rmail gnus on w32 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='kvRAf.4711$vU2.410@newsread3.news.atl.earthlink.net' \
--to=ecinmn@peoplepc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).