@@ -100,6 +100,7 @@ via a third-party provider:
100100===================== =============================================== ===============
101101Service Install with Webhook support
102102===================== =============================================== ===============
103+ `AhaSend `_ ``composer require symfony/aha-send-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
@@ -127,6 +128,10 @@ Service Install with Webhook su
127128
128129 The Mailomat, Mailtrap, Postal and Sweego integrations were introduced in Symfony 7.2.
129130
131+ .. versionadded :: 7.3
132+
133+ The AhaSend integration was introduced in Symfony 7.3.
134+
130135.. note ::
131136
132137 As a convenience, Symfony also provides support for Gmail (``composer
@@ -175,6 +180,10 @@ party provider:
175180+------------------------+---------------------------------------------------------+
176181| Provider | Formats |
177182+========================+=========================================================+
183+ | `AhaSend `_ | - API ``ahasend+api://KEY@default `` |
184+ | | - HTTP n/a |
185+ | | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default `` |
186+ +------------------------+---------------------------------------------------------+
178187| `Amazon SES `_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default `` |
179188| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default `` |
180189| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default `` |
@@ -2013,6 +2022,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
20132022 following the redirection and the message will be lost from the mailer event
20142023 handler.
20152024
2025+ .. _`AhaSend` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/AhaSend/README.md
20162026.. _`Amazon SES` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
20172027.. _`Azure` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Azure/README.md
20182028.. _`App Password` : https://support.google.com/accounts/answer/185833
0 commit comments