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

Re: smtp problem



On Thu, Jan 21, 2010 at 1:48 PM,  <click@gmx.net> wrote:
>
>>
>> What are your smtp settings in wl?
>> What error message do you get? Your smtp server requires a client
>> certificate?
>> Have you installed the ssl.el from the utils subdir? (required for
>> ssl/tls)
>>
>> -Herbert
>
> thanks for answering so fast.
> These are my .wl settings (the important part):
>
>  wl-smtp-connection-type 'starttls
>  wl-smtp-posting-port 25
>  wl-smtp-autheticate-type "login"

wl-smtp-authenticate-type

Default is nil. So you are probably not using smtp-auth...

>  wl-smtp-posting-user "myloginname@hush.com"
>  wl-smtp-posting-server "smtp.hushmail.com"
>  wl-local-domain "hushmail.com"          ;; put something here...
>
>
> I have a ssl.el in my /usr/share/emacs/site-lisp, do I have to load it in my
> .emacs or is it autoladed?
> Sorry for being a newb..

How did you install emacs and wl?

Where's the error message?

-Herbert