8000 [Mailer] Added documentation for Sendinblue bridge · symfony/symfony-docs@f6e3196 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6e3196

Browse files
committed
[Mailer] Added documentation for Sendinblue bridge
1 parent da7c12b commit f6e3196

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mailer.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ Using a 3rd Party Transport
3838
Instead of using your own SMTP server, you can send emails via a 3rd party
3939
provider. Mailer supports several - install whichever you want:
4040

41-
================== =============================================
41+
================== ==============================================
4242
Service Install with
43-
================== =============================================
43+
================== ==============================================
4444
Amazon SES ``composer require symfony/amazon-mailer``
4545
Gmail ``composer require symfony/google-mailer``
4646
MailChimp ``composer require symfony/mailchimp-mailer``
4747
Mailgun ``composer require symfony/mailgun-mailer``
4848
Mailjet ``composer require symfony/mailjet-mailer``
4949
Postmark ``composer require symfony/postmark-mailer``
5050
SendGrid ``composer require symfony/sendgrid-mailer``
51-
================== =============================================
51+
Sendinblue ``composer require symfony/sendinblue-mailer``
52+
================== ==============================================
5253

5354
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
5455
a configuration example to your ``.env`` file. For example, suppose you want to
@@ -97,6 +98,8 @@ party provider:
9798
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
9899
Postmark postmark+smtp://ID:ID@default n/a postmark+api://KEY@default
99100
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
101+
Sendinblue sendinblue+smtp://apikey:KEY@default or n/a sendinblue+api://KEY@default
102+
sendinblue+smtps://apikey:KEY@default
100103
==================== ============================================= =========================================== ========================================
101104

102105
.. caution::

0 commit comments

Comments
 (0)
0