Skip to content

Commit

Permalink
Update outdated Postal links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduke authored Sep 6, 2024
1 parent 6cb1a8b commit a4ef839
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/esps/postal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Postal
Anymail integrates with the `Postal`_ self-hosted transactional email platform,
using their `HTTP email API`_.

.. _Postal: https://postal.atech.media/
.. _HTTP email API: https://github.com/postalhq/postal/wiki/Using-the-API
.. _Postal: https://docs.postalserver.io/
.. _HTTP email API: https://docs.postalserver.io/developer/api


Settings
Expand Down Expand Up @@ -85,7 +85,7 @@ Example:
messages.)


.. _email API: https://krystal.github.io/postal-api/controllers/send/message
.. _email API: https://apiv1.postalserver.io/controllers/send/message


Limitations and quirks
Expand Down Expand Up @@ -114,7 +114,7 @@ see :ref:`unsupported-features`.
Anymail's :attr:`~anymail.message.AnymailMessage.track_clicks` and
:attr:`~anymail.message.AnymailMessage.track_opens` settings are unsupported.

.. _see their docs on click- & open-tracking: https://github.com/postalhq/postal/wiki/Click-&-Open-Tracking
.. _see their docs on click- & open-tracking: https://docs.postalserver.io/features/click-and-open-tracking

**Attachments must be named**
Postal issues an `AttachmentMissingName` error when trying to send an attachment without name.
Expand Down Expand Up @@ -158,7 +158,7 @@ Postal will report these Anymail :attr:`~anymail.signals.AnymailTrackingEvent.ev
failed, bounced, deferred, queued, delivered, clicked.

The event's :attr:`~anymail.signals.AnymailTrackingEvent.esp_event` field will be
a `dict` of Postal's `webhook <https://github.com/postalhq/postal/wiki/Webhook-Events-&-Payloads>`_ data.
a `dict` of Postal's `webhook <https://docs.postalserver.io/developer/webhooks>`_ data.

.. _postal-inbound:

Expand Down

0 comments on commit a4ef839

Please sign in to comment.