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

Re: SMTP port specification



On Sat, 24 Nov 2012 17:24:38 -0500
Haines Brown <haines@histomat.net> wrote:

> I tried to change the mail server to mail.histomat.net in .wl and sent 
> a message from mutt to brownh@historicalMaterialism.info. Now the error is this: 
> 
>  (smtp-response-error 550 "5.7.1 <unknown[108.196.77.165]>: 
>  Client host rejected: 
>  Authentication failed, please enable SMTP Authentication in your email client")

(setq wl-smtp-connection-type 'starttls)
(setq wl-smtp-posting-user "xxx")
 
> Do I need \clear?

The server supports plain and login, so

(setq wl-smtp-authenticate-type "plain")

and

(setq wl-smtp-authenticate-type "login")

should work.

If you have multiple accounts you should setup wl-template-alist.

HTH

-- 
Herbert