@@ -100,6 +100,7 @@ via a third-party provider:
100
100
===================== =============================================== ===============
101
101
Service Install with Webhook support
102
102
===================== =============================================== ===============
103
+ `AhaSend `_ ``composer require symfony/ahasend-mailer `` yes
103
104
`Amazon SES `_ ``composer require symfony/amazon-mailer ``
104
105
`Azure `_ ``composer require symfony/azure-mailer ``
105
106
`Brevo `_ ``composer require symfony/brevo-mailer `` yes
@@ -125,7 +126,7 @@ Service Install with Webhook su
125
126
126
127
.. versionadded :: 7.2
127
128
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.
129
130
130
131
.. note ::
131
132
@@ -175,6 +176,10 @@ party provider:
175
176
+------------------------+---------------------------------------------------------+
176
177
| Provider | Formats |
177
178
+========================+=========================================================+
179
+ | `AhaSend `_ | - API ``ahasend+api://KEY@default `` |
180
+ | | - HTTP n/a |
181
+ | | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default `` |
182
+ +------------------------+---------------------------------------------------------+
178
183
| `Amazon SES `_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default `` |
179
184
| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default `` |
180
185
| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default `` |
@@ -1991,6 +1996,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1991
1996
following the redirection and the message will be lost from the mailer event
1992
1997
handler.
1993
1998
1999
+ .. _`AhaSend` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/AhaSend/README.md
1994
2000
.. _`Amazon SES` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
1995
2001
.. _`Azure` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Azure/README.md
1996
2002
.. _`App Password` : https://support.google.com/accounts/answer/185833
0 commit comments