@@ -38,17 +38,18 @@ Using a 3rd Party Transport
38
38
Instead of using your own SMTP server, you can send emails via a 3rd party
39
39
provider. Mailer supports several - install whichever you want:
40
40
41
- ================== =============================================
41
+ ================== ==============================================
42
42
Service Install with
43
- ================== =============================================
43
+ ================== ==============================================
44
44
Amazon SES ``composer require symfony/amazon-mailer ``
45
45
Gmail ``composer require symfony/google-mailer ``
46
46
MailChimp ``composer require symfony/mailchimp-mailer ``
47
47
Mailgun ``composer require symfony/mailgun-mailer ``
48
48
Mailjet ``composer require symfony/mailjet-mailer ``
49
49
Postmark ``composer require symfony/postmark-mailer ``
50
50
SendGrid ``composer require symfony/sendgrid-mailer ``
51
- ================== =============================================
51
+ Sendinblue ``composer require symfony/sendinblue-mailer ``
52
+ ================== ==============================================
52
53
53
54
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
54
55
a configuration example to your ``.env `` file. For example, suppose you want to
@@ -97,6 +98,8 @@ party provider:
97
98
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
98
99
Postmark postmark+smtp://ID:ID@default n/a postmark+api://KEY@default
99
100
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
100
103
==================== ============================================= =========================================== ========================================
101
104
102
105
.. caution ::
0 commit comments