Skip to content

Commit

Permalink
Update email_capture.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Aug 27, 2020
1 parent fdaaf04 commit 2d1a967
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions services/email_capture/email_capture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
Email Capture
=============

Email Capture is the service that allows Mailsac to act as a fake SMTP
server. Email messages sent using Email Capture will not be delivered to
the :code:`To` recipients but instead will be available via the `Mailsac website`_
and `Mailsac API`_. Emails can be kept private by configuring the
:ref:`sec_private_captured_email` option.
Email Capture is a fake SMTP relay service you can send to, where Mailsac captures
all the messages.

Email messages sent using Email Capture will not be delivered to
the :code:`To` recipients but instead will be available by looking up the :code:`To`
recipient via the `Mailsac website`_ or `Mailsac API`_.

By default, captured emails are public. To keep captured mail private, toggle the
:ref:`sec_private_captured_email` option in your account settings. This will "star"
captured messages.

Sending Using Email Capture
---------------------------
Expand Down

0 comments on commit 2d1a967

Please sign in to comment.