# HG changeset patch # User Oleksandr Gavenko # Date 1470254299 -10800 # Node ID bbd8c9309d8b2ea7fb2ba699a2d9fa644d7437ac # Parent e03ad0a396fc701fa6fcadf323c5a37c48659aa9 Free mail services. diff -r e03ad0a396fc -r bbd8c9309d8b gmail.rst --- a/gmail.rst Wed Aug 03 22:58:03 2016 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -.. -*- coding: utf-8; -*- - -======== - Gmail. -======== -.. contents:: - :local: - -Configuration. -============== - - * Incoming Mail Server (IMAP, requires SSL): imap.gmail.com:993 - * Outgoing Mail Server (SMTP, requires TLS, use authentication, Use STARTTLS): - smtp.gmail.com:(465 or 587) - * Account Name: your full email address (including @gmail.com) - - http://mail.google.com/support/bin/answer.py?answer=78799 - Configuring other mail clients . - - diff -r e03ad0a396fc -r bbd8c9309d8b mail-free.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mail-free.rst Wed Aug 03 22:58:19 2016 +0300 @@ -0,0 +1,40 @@ +.. -*- coding: utf-8; -*- + +==================== + Free mail services +==================== +.. contents:: + :local: + +Google mail +=========== + +Incoming Mail Server (IMAP, requires SSL): ``imap.gmail.com:993`` + +Outgoing Mail Server (SMTP, requires TLS, use authentication, Use STARTTLS): +``smtp.gmail.com:465`` or ``587`` port. + +Authentication: user is *your full email address* (including ``@gmail.com``), +password is *your Google password*. + +http://mail.google.com/support/bin/answer.py?answer=78799 + Configuring other mail clients. + +Microsoft mail +============== + +IMAP server name ``imap-mail.outlook.com``. IMAP port ``993``. IMAP encryption +method SSL. + +POP server name ``pop-mail.outlook.com``. POP port ``995``. POP encryption +method SSL. POP disabled by default. + +SMTP server name ``smtp-mail.outlook.com``. SMTP port ``587``. SMTP encryption +method TLS. + +Authentication: user is *your live.com email address* (including ``@live.com``), +password is *your live.com password*. + +https://support.office.com/en-us/article/Add-your-Outlook-com-account-to-another-mail-app-73f3b178-0009-41ae-aab1-87b80fa94970 + Add your Outlook.com account to another mail app. +