Gnus development mailing list
 help / color / mirror / Atom feed
From: Easior Lars <easior@126.com>
To: ding@gnus.org
Subject: how to configure smtp of ms live mail for gnus
Date: Sun, 09 Mar 2014 16:38:22 +0800	[thread overview]
Message-ID: <87mwgzahs1.fsf@126.com> (raw)

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




             reply	other threads:[~2014-03-09  8:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-09  8:38 Easior Lars [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwgzahs1.fsf@126.com \
    --to=easior@126.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).