Skip to content

Commit

Permalink
Add introduction for You got mail example page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmayer committed Apr 11, 2018
1 parent 58bff73 commit 8928ad3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions getting_started/step_by_step/yougotmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@
You Got Mail!
=============

Now that curl and jq are installed we can start interacting with mailsac. The
`MailSac API Documentation <https://mailsac.com/docs/api/>`_ includes all the
endpoints supported. In this example we are going to check an abritrary email address
for mail, read that email and respond to the email.

Check Mail
----------

In this example we are going to be checking mail for the address `admin@mailsac.com`.
Using curl we need to do a little bit of manual formatting of the API URL.
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in the top left corner.
about/index

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: Getting Started
:name: sec-getting_started

Expand Down

0 comments on commit 8928ad3

Please sign in to comment.