Skip to content

Commit

Permalink
Add deprecation warning for outbound SMTP sending (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmayer committed Apr 20, 2022
1 parent a9e9141 commit f091bf2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions api_examples/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ retrieve different parsed representations of the SMTP body.
Sending Mail
-------------
.. important:: Sending messages requires the
`purchase <https://mailsac.com/pricing>`_ of outgoing message credits,
unless you are sending interally, within a custom domain hosted by Mailsac.
.. warning:: Sending outbound SMTP email has been deprecated.
To send an email from `user1@mailsac.com` we will use the
:code:`/api/outgoing-messages` `endpoint
Expand Down
6 changes: 6 additions & 0 deletions help/dns_verification/dns_verification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ correctly because it corresponds to the value in the table above.
DKIM Record Verification
------------------------

.. note:: Sending outbound SMTP email has been deprecated. DKIM records
will not will not be validated by mailsac in the future.

DKIM Records are unique per domain. The value of the required DKIM record can
be found in the Dashboard_ under Domains_, then click "Manage" and choose the
"DNS Setup" tab.
Expand All @@ -102,6 +105,9 @@ the Dashboard_ under Domains_.
SPF Record Verification
-----------------------

.. note:: Sending outbound SMTP email has been deprecated. SPF records
will not will not be validated by mailsac in the future.

SPF Records are the same for all Private and Public Domains hosted by Mailsac.
The Host will be unique per domain.

Expand Down
2 changes: 2 additions & 0 deletions services/custom_domains/custom_domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ Configure Custom Domain for Receiving Mail
Configure Custom Domain for Sending Mail
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. warning:: Sending outbound SMTP email has been deprecated.

#. Create a TXT record for DKIM (DomainKeys Identified Mail) with
the hostname and value found on the DNS Setup page under the
`Custom Domains <dash_custom_domains_>`_ page.
Expand Down
2 changes: 2 additions & 0 deletions services/sending_mail/sending_mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Sending Email
=============

.. warning:: Sending outbound SMTP email has been deprecated.

Email can be sent via the following methods:

- `Web Form`_
Expand Down

0 comments on commit f091bf2

Please sign in to comment.