Skip to content

Commit

Permalink
The AhaSend integration was introduced in Symfony 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadhf committed Jan 9, 2025
1 parent 94009a2 commit 09852d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ via a third-party provider:
===================== =============================================== ===============
Service Install with Webhook support
===================== =============================================== ===============
`AhaSend`_ ``composer require symfony/ahasend-mailer`` yes
`AhaSend`_ ``composer require symfony/aha-send-mailer`` yes
`Amazon SES`_ ``composer require symfony/amazon-mailer``
`Azure`_ ``composer require symfony/azure-mailer``
`Brevo`_ ``composer require symfony/brevo-mailer`` yes
Expand Down Expand Up @@ -128,6 +128,10 @@ Service Install with Webhook su

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

.. versionadded:: 7.3

The AhaSend integration was introduced in Symfony 7.3.

.. note::

As a convenience, Symfony also provides support for Gmail (``composer
Expand Down
6 changes: 5 additions & 1 deletion webhook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ Sweego ``mailer.webhook.request_parser.sweego``

.. versionadded:: 7.2

The ``Mandrill``, ``Mailomat``, ``Mailtrap``, ``Sweego`` and ``AhaSend`` integrations were introduced in
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, and ``Sweego`` integrations were introduced in
Symfony 7.2.

.. versionadded:: 7.3

The ``AhaSend`` integration was introduced in Symfony 7.3.

.. note::

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

0 comments on commit 09852d3

Please sign in to comment.