Skip to content

Commit 4ea53cf

Browse files
Merge branch '5.4' into 6.2
* 5.4: [HttpClient] fix proxied redirects in curl client [Intl] Update the ICU data to 73.1 [Console] Restoring the ability to output unicode text to the Win10 console [Mailer] Add brifge documentation
2 parents 995ba4e + f832171 commit 4ea53cf

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ Mailjet Bridge
33

44
Provides Mailjet integration for Symfony Mailer.
55

6-
Configuration examples:
6+
Configuration example:
77

8-
```dotenv
9-
# API
10-
MAILER_DSN=mailjet+api://$PUBLIC_KEY:$PRIVATE_KEY@default
8+
```env
119
# SMTP
12-
MAILER_DSN=mailjet+smtp://$PUBLIC_KEY:$PRIVATE_KEY@default
10+
MAILER_DSN=mailjet+smtp://ACCESS_KEY:SECRET_KEY@default
11+
12+
# API
13+
MAILER_DSN=mailjet+api://ACCESS_KEY:SECRET_KEY@default
1314
```
1415

16+
where:
17+
- `ACCESS_KEY` is your Mailjet access key
18+
- `SECRET_KEY` is your Mailjet secret key
19+
1520
Resources
1621
---------
1722

0 commit comments

Comments
 (0)