[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smtp problem
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-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..
-M