mail-free.rst
changeset 1999 bbd8c9309d8b
parent 1912 8b81a8f0f692
equal deleted inserted replaced
1998:e03ad0a396fc 1999:bbd8c9309d8b
       
     1 .. -*- coding: utf-8; -*-
       
     2 
       
     3 ====================
       
     4  Free mail services
       
     5 ====================
       
     6 .. contents::
       
     7    :local:
       
     8 
       
     9 Google mail
       
    10 ===========
       
    11 
       
    12 Incoming Mail Server (IMAP, requires SSL): ``imap.gmail.com:993``
       
    13 
       
    14 Outgoing Mail Server (SMTP, requires TLS, use authentication, Use STARTTLS):
       
    15 ``smtp.gmail.com:465`` or ``587`` port.
       
    16 
       
    17 Authentication: user is *your full email address* (including ``@gmail.com``),
       
    18 password is *your Google password*.
       
    19 
       
    20 http://mail.google.com/support/bin/answer.py?answer=78799
       
    21   Configuring other mail clients.
       
    22 
       
    23 Microsoft mail
       
    24 ==============
       
    25 
       
    26 IMAP server name ``imap-mail.outlook.com``. IMAP port ``993``. IMAP encryption
       
    27 method SSL.
       
    28 
       
    29 POP server name ``pop-mail.outlook.com``. POP port ``995``. POP encryption
       
    30 method SSL. POP disabled by default.
       
    31 
       
    32 SMTP server name ``smtp-mail.outlook.com``. SMTP port ``587``. SMTP encryption
       
    33 method TLS.
       
    34 
       
    35 Authentication: user is *your live.com email address* (including ``@live.com``),
       
    36 password is *your live.com password*.
       
    37 
       
    38 https://support.office.com/en-us/article/Add-your-Outlook-com-account-to-another-mail-app-73f3b178-0009-41ae-aab1-87b80fa94970
       
    39   Add your Outlook.com account to another mail app.
       
    40