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

Re: How to set up smtp?



On Mon, 2011-04-11 at 12:16 -0400, Vitaly Mayatskikh wrote:
> At Mon, 11 Apr 2011 18:11:40 +0200, Ralf wrote:
> 
> > FWIW I launch Wanderlust by
> > 
> > $ emacs -e wl
> > 
> > then to edit an email 'M-x mail' and followed by 'M-x mail-send' to send
> > the email.
> > 
> > A password is needed, but there's no request for a password.
> 
> Functions mail and mail-send are not part of wl.

Oops :D

ok, it's for the default mailer Gnus or ...?

So, I launch wl by

$ emacs -e wl

or alternatively by

$ emacs

and

M-x wl

and how do I open an email for editing and what to do, to send an email?

Some of the sides I've found:

http://baron.vc/wanderlust-and-emacs-for-your-gmail-needs/

-->

http://www.gohome.org/wl/doc/wl_82.html

IIRC what I read yesterday, wl can be set as the default mailer for
emacs.

Hahah ;)

okay, if I'm in the frame and type w a new mail opens :).

The settings now are:

;; wanderlust
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

starttls-use-gnutls t
starttls-gnutls-program "gnutls-cli"
starttls-extra-arguments '("-s")

;; SMTP
(setq wl-smtp-connection-type 'starttls)
(setq wl-smtp-posting-port 587)
(setq wl-smtp-authenticate-type "login")
(setq wl-smtp-posting-user "ralf.mardorf@alice-dsl.net")
(setq wl-smtp-posting-server "out.alice-dsl.net")
(setq wl-message-id-domain "out.alice-dsl.net")
(setq wl-local-domain "out.alice-dsl.net")

I can't find a key binding for sending the mail ... *still_searching*

- Ralf