Skip to content

Commit

Permalink
Merge pull request #40 from mailsac/update_pop3
Browse files Browse the repository at this point in the history
Update pop3
  • Loading branch information
mjmayer committed Aug 19, 2020
2 parents 7b3c67f + 10e0daf commit 808a8ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions services/reading_mail/reading_mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are several ways for to view email messages using Mailsac
- :ref:`Inbox View <sec_inbox_view>`
- :ref:`Unified Inbox <sec_unified_inbox>`
- :ref:`REST API <sec_reading_mail_rest_api>`
- :ref:`SMTP <sec_reading_mail_smtp>`
- :ref:`POP3 <sec_reading_mail_pop3>`

.. _sec_read_mail_message:

Expand Down Expand Up @@ -99,7 +99,7 @@ The :code:`/api/addresses/:email/messages` and
the Dashboard_.
2. Send email using curl or your favorite HTTP library. :ref:`Code Examples <sec_read_mail_message>`

.. _sec_reading_mail_smtp:
.. _sec_reading_mail_pop3:

Reading with POP3
-----------------
Expand Down Expand Up @@ -138,3 +138,5 @@ etc) using these POP3 settings:
| **Auth Settings** | Password / allow plain / insecure |
+-----------------------+-------------------------------------------------------+

To configure a mail client for sending see the :ref:`Sending Mail via SMTP
Section <sec_sendingmail_smtp>`.
6 changes: 4 additions & 2 deletions services/sending_mail/sending_mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Mail can be sent via the following methods:
- `Web Form`_
- `Unified Inbox`_
- `REST API <https://mailsac.com/docs/api/#send-email-messages>`_
- :ref:`SMTP <doc_sendingmail_smtp>`
- :ref:`SMTP <sec_sendingmail_smtp>`

.. _sec_send_mail_message:

Expand Down Expand Up @@ -81,7 +81,7 @@ The :code:`/api-outgoing-messages` endpoint is documented in the
the Dashboard_.
2. Send email using curl or your favorite HTTP library. :ref:`Code Examples <sec_send_mail_message>`

.. _doc_sendingmail_smtp:
.. _sec_sendingmail_smtp:

Sending with SMTP
-----------------
Expand Down Expand Up @@ -122,6 +122,8 @@ etc) using these SMTP settings:
| **Encryption** | TLS |
+-----------------------+-------------------------------------------------------+

To configure a mail client for reading see the :ref:`Reading Mail via POP3
Section <sec_reading_mail_pop3>`.

.. _doc_internal_smtp:

Expand Down

0 comments on commit 808a8ee

Please sign in to comment.