Skip to content

Commit 14efa45

Browse files
committed
Add documentation for AhaSend mailer bridge.
1 parent ddb2451 commit 14efa45

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

mailer.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ via a third-party provider:
100100
===================== =============================================== ===============
101101
Service Install with Webhook support
102102
===================== =============================================== ===============
103+
`AhaSend`_ ``composer require symfony/ahasend-mailer`` yes
103104
`Amazon SES`_ ``composer require symfony/amazon-mailer``
104105
`Azure`_ ``composer require symfony/azure-mailer``
105106
`Brevo`_ ``composer require symfony/brevo-mailer`` yes
@@ -125,7 +126,7 @@ Service Install with Webhook su
125126

126127
.. versionadded:: 7.2
127128

128-
The Mailomat, Mailtrap, Postal and Sweego integrations were introduced in Symfony 7.2.
129+
The Mailomat, Mailtrap, Postal, Sweego and AhaSend integrations were introduced in Symfony 7.2.
129130

130131
.. note::
131132

@@ -175,6 +176,10 @@ party provider:
175176
+------------------------+---------------------------------------------------------+
176177
| Provider | Formats |
177178
+========================+=========================================================+
179+
| `AhaSend`_ | - API ``ahasend+api://KEY@default`` |
180+
| | - HTTP n/a |
181+
| | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default`` |
182+
+------------------------+---------------------------------------------------------+
178183
| `Amazon SES`_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default`` |
179184
| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default`` |
180185
| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default`` |
@@ -1991,6 +1996,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
19911996
following the redirection and the message will be lost from the mailer event
19921997
handler.
19931998

1999+
.. _`AhaSend`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/AhaSend/README.md
19942000
.. _`Amazon SES`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
19952001
.. _`Azure`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Azure/README.md
19962002
.. _`App Password`: https://support.google.com/accounts/answer/185833

webhook.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Currently, the following third-party mailer providers support webhooks:
2323
============== ============================================
2424
Mailer Service Parser service name
2525
============== ============================================
26+
AhaSend ``mailer.webhook.request_parser.ahasend``
2627
Brevo ``mailer.webhook.request_parser.brevo``
2728
Mandrill ``mailer.webhook.request_parser.mailchimp``
2829
MailerSend ``mailer.webhook.request_parser.mailersend``
@@ -42,7 +43,7 @@ Sweego ``mailer.webhook.request_parser.sweego``
4243

4344
.. versionadded:: 7.2
4445

45-
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, and ``Sweego`` integrations were introduced in
46+
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, ``Sweego`` and ``AhaSend`` integrations were introduced in
4647
Symfony 7.2.
4748

4849
.. note::

0 commit comments

Comments
 (0)