Skip to content

Commit 09852d3

Browse files
committed
The AhaSend integration was introduced in Symfony 7.3
1 parent 94009a2 commit 09852d3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

mailer.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ via a third-party provider:
100100
===================== =============================================== ===============
101101
Service Install with Webhook support
102102
===================== =============================================== ===============
103-
`AhaSend`_ ``composer require symfony/ahasend-mailer`` yes
103+
`AhaSend`_ ``composer require symfony/aha-send-mailer`` yes
104104
`Amazon SES`_ ``composer require symfony/amazon-mailer``
105105
`Azure`_ ``composer require symfony/azure-mailer``
106106
`Brevo`_ ``composer require symfony/brevo-mailer`` yes
@@ -128,6 +128,10 @@ Service Install with Webhook su
128128

129129
The Mailomat, Mailtrap, Postal, Sweego and AhaSend integrations were introduced in Symfony 7.2.
130130

131+
.. versionadded:: 7.3
132+
133+
The AhaSend integration was introduced in Symfony 7.3.
134+
131135
.. note::
132136

133137
As a convenience, Symfony also provides support for Gmail (``composer

webhook.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ Sweego ``mailer.webhook.request_parser.sweego``
4343

4444
.. versionadded:: 7.2
4545

46-
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, ``Sweego`` and ``AhaSend`` integrations were introduced in
46+
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, and ``Sweego`` integrations were introduced in
4747
Symfony 7.2.
4848

49+
.. versionadded:: 7.3
50+
51+
The ``AhaSend`` integration was introduced in Symfony 7.3.
52+
4953
.. note::
5054

5155
Install the third-party mailer provider you want to use as described in the

0 commit comments

Comments
 (0)