@@ -100,6 +100,7 @@ via a third-party provider:
100100===================== =============================================== ===============
101101Service 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
0 commit comments