Gnus development mailing list
 help / color / mirror / Atom feed
* how to configure smtp of ms live mail for gnus
@ 2014-03-09  8:38 Easior Lars
  2014-03-09 15:31 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Easior Lars @ 2014-03-09  8:38 UTC (permalink / raw)
  To: ding

hi, guys!

I have a problem in setting up the smtp configuration of microsoft
Live mail in gnus. After I use the following 

   ,-----------------------------------------
   | (setq smtpmail-stream-type 'plain
   |       smtpmail-smtp-server smtp.live.com
   |       smtpmail-smtp-service 25
   |       smtpmail-smtp-user xxxx)
   `-----------------------------------------

it report error as an unexpect tls packect when message is sent by
live smtp server. Therefore, I change the configuration into

   ,-----------------------------------------
   | (setq smtpmail-stream-type 'ssl
   |       smtpmail-smtp-server smtp.live.com
   |       smtpmail-smtp-service 485 ; or 587
   |       smtpmail-smtp-user xxxx)
   `-----------------------------------------

emacs is suspended long time untill c-g is excuted.

what can I do in order to use smtp.live.com to send messages?



-- 
Best regards,

Easior
-----
Ich bin von heute und ehedam, aber etwas ist in mir, das ist vor
morgen und übermorgen und einstmal.

                                     Friedrich Wilhelm Nietzsche




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-25  8:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-09  8:38 how to configure smtp of ms live mail for gnus Easior Lars
2014-03-09 15:31 ` Lars Ingebrigtsen
2014-03-10  4:11   ` Easior Lars
2014-03-15  5:46   ` Easior Lars
2014-03-25  8:16     ` Easior Lars

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).