mail-free.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 03 Jan 2021 23:37:00 +0200
changeset 2492 bd3d45148652
parent 1999 bbd8c9309d8b
permissions -rw-r--r--
Fixed example.

.. -*- 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.