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

Skip to content

Commit a1e19e2

Browse files
drixs6o9javiereguiluz
authored andcommitted
[Mailer] Added documentation for Sendinblue bridge
1 parent da7c12b commit a1e19e2

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

mailer.rst

Lines changed: 16 additions & 14 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
@@ -87,17 +88,18 @@ transport, but you can force to use one:
8788
This table shows the full list of available DSN formats for each third
8889
party provider:
8990

90-
==================== ============================================= =========================================== ========================================
91-
Provider SMTP HTTP API
92-
==================== ============================================= =========================================== ========================================
93-
Amazon SES ses+smtp://ACCESS_KEY:SECRET_KEY@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
94-
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
95-
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
96-
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
97-
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
98-
Postmark postmark+smtp://ID:ID@default n/a postmark+api://KEY@default
99-
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
100-
==================== ============================================= =========================================== ========================================
91+
==================== ==================================================== =========================================== ========================================
92+
Provider SMTP HTTP API
93+
==================== ==================================================== =========================================== ========================================
94+
Amazon SES ses+smtp://ACCESS_KEY:SECRET_KEY@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
95+
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
96+
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
97+
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
98+
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
99+
Postmark postmark+smtp://ID:ID@default n/a postmark+api://KEY@default
100+
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
101+
Sendinblue sendinblue+smtp://apikey:USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
102+
==================== ==================================================== =========================================== ========================================
101103

102104
.. caution::
103105

0 commit comments

Comments
 (0)
0