Skip to content

[Mailer] Add MailerSend bridge #17926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,13 @@ SendGrid ``composer require symfony/sendgrid-mailer``
Sendinblue ``composer require symfony/sendinblue-mailer``
MailPace ``composer require symfony/mail-pace-mailer``
Infobip ``composer require symfony/infobip-mailer``
MailerSend ``composer require symfony/mailersend-mailer``
================== ==============================================

.. versionadded:: 6.3

The MailerSend integration was introduced in Symfony 6.3.

.. versionadded:: 6.2

The Infobip integration was introduced in Symfony 6.2 and the ``MailPace``
Expand Down Expand Up @@ -177,6 +182,7 @@ Postmark postmark+smtp://ID@default n/a
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
MailerSend mailersend+smtp://KEY@default n/a mailersend+api://KEY@BASE_URL
==================== ==================================================== =========================================== ========================================

.. caution::
Expand Down