help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: html image rendering not working Win Emacs 24.4 (eww and gnus)


From: Sivaram Neelakantan
Subject: Re: html image rendering not working Win Emacs 24.4 (eww and gnus)
Date: Fri, 23 Jan 2015 17:28:17 +0530
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4 (windows-nt)

On Wed, Jan 21 2015,Eli Zaretskii wrote:

>> From: Sivaram Neelakantan <nsivaram.net@gmail.com>
>> Date: Wed, 21 Jan 2015 14:09:26 +0530

[snipped 6 lines]

>> Right, got it working after reading up a bit.  Apparently, it was
>> simple as setting the following
>> 
>> (setq gnutls-log-level 1) ;; just in case it borks for some sites
>> (setq gnutls-trustfiles
>> '("c:/cygwin/usr/ssl/certs/ca-bundle.trust.crt"
>> "c:/cygwin/usr/ssl/certs/ca-bundle.crt"))
>> 

With the gnutls stuff working, am I to understand that I no longer
need msmtp as MTA to connect to gmail and send emails and can use
smtpmail?

(setq smtpmail-stream-type 'ssl)
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 465)

along with a .authinfo file, should be enough?


[snipped 22 lines]



 sivaram
 -- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]