@@ -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/aha-send-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
@@ -127,6 +128,10 @@ Service Install with Webhook su
127
128
128
129
The Mailomat, Mailtrap, Postal and Sweego integrations were introduced in Symfony 7.2.
129
130
131
+ .. versionadded :: 7.3
132
+
133
+ The AhaSend integration was introduced in Symfony 7.3.
134
+
130
135
.. note ::
131
136
132
137
As a convenience, Symfony also provides support for Gmail (``composer
@@ -175,6 +180,10 @@ party provider:
175
180
+------------------------+---------------------------------------------------------+
176
181
| Provider | Formats |
177
182
+========================+=========================================================+
183
+ | `AhaSend `_ | - API ``ahasend+api://KEY@default `` |
184
+ | | - HTTP n/a |
185
+ | | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default `` |
186
+ +------------------------+---------------------------------------------------------+
178
187
| `Amazon SES `_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default `` |
179
188
| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default `` |
180
189
| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default `` |
@@ -2013,6 +2022,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
2013
2022
following the redirection and the message will be lost from the mailer event
2014
2023
handler.
2015
2024
2025
+ .. _`AhaSend` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/AhaSend/README.md
2016
2026
.. _`Amazon SES` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
2017
2027
.. _`Azure` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Azure/README.md
2018
2028
.. _`App Password` : https://support.google.com/accounts/answer/185833
0 commit comments