@@ -2,7 +2,7 @@ Brevo Bridge
2
2
============
3
3
4
4
Provides Brevo integration for Symfony Mailer.
5
- This was added uppon Sendinblue's rebranding to Brevo.
5
+ This was added upon Sendinblue's rebranding to Brevo.
6
6
7
7
Configuration example:
8
8
@@ -15,13 +15,13 @@ MAILER_DSN=brevo+api://KEY@default
15
15
```
16
16
17
17
where:
18
- - ` KEY ` is your Brevo API Key
18
+ - ` KEY ` is your Brevo API Key
19
19
20
20
With API, you can use custom headers.
21
21
22
22
``` php
23
23
$params = ['param1' => 'foo', 'param2' => 'bar'];
24
- $json = json_encode(['" custom_header_1' => 'custom_value_1']);
24
+ $json = json_encode(['custom_header_1' => 'custom_value_1']);
25
25
26
26
$email = new Email();
27
27
$email
@@ -36,21 +36,21 @@ $email
36
36
;
37
37
```
38
38
39
- This example allow you to set :
39
+ This example allow you to set:
40
40
41
- * templateId
42
- * params
43
- * tags
44
- * headers
45
- * sender.ip
46
- * X-Mailin-Custom
41
+ * templateId
42
+ * params
43
+ * tags
44
+ * headers
45
+ * sender.ip
46
+ * X-Mailin-Custom
47
47
48
- For more informations , you can refer to [ Brevo API documentation] ( https://developers.brevo.com/reference/sendtransacemail ) .
48
+ For more information , you can refer to [ Brevo API documentation] ( https://developers.brevo.com/reference/sendtransacemail ) .
49
49
50
50
Resources
51
51
---------
52
52
53
- * [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
54
- * [ Report issues] ( https://github.com/symfony/symfony/issues ) and
55
- [ send Pull Requests] ( https://github.com/symfony/symfony/pulls )
56
- in the [ main Symfony repository] ( https://github.com/symfony/symfony )
53
+ * [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
54
+ * [ Report issues] ( https://github.com/symfony/symfony/issues ) and
55
+ [ send Pull Requests] ( https://github.com/symfony/symfony/pulls )
56
+ in the [ main Symfony repository] ( https://github.com/symfony/symfony )
0 commit comments