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

Re: How to set up smtp?



On Mon, 11 Apr 2011 16:32:08 +0200
Ralf <ralf.mardorf@alice-dsl.net> wrote:

>Hi :)
>
>new to Emacs and Wanderlust, but a long time Linux user, I'm unable to
>send emails by Wanderlust.
>
>This is my current ~/.emacs/.wl:
>
>;; 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")

Hmm, (setq ...) missing?

-Herbert