Skip to content

Commit fe922e3

Browse files
[Mailer] Mailtrap sandbox README update
Update README to demonstrate new transport.
1 parent 451c090 commit fe922e3

File tree

1 file changed

+5
-1
lines changed
  • src/Symfony/Component/Mailer/Bridge/Mailtrap

1 file changed

+5
-1
lines changed

src/Symfony/Component/Mailer/Bridge/Mailtrap/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ Configuration example:
99
# SMTP
1010
MAILER_DSN=mailtrap+smtp://PASSWORD@default
1111
12-
# API
12+
# API (Live)
1313
MAILER_DSN=mailtrap+api://TOKEN@default
14+
15+
# API (Sandbox)
16+
MAILER_DSN=mailtrap+sandbox://TOKEN@default?inboxId=INBOX_ID
1417
```
1518

1619
where:
1720
- `PASSWORD` is your Mailtrap SMTP Password
1821
- `TOKEN` is your Mailtrap Server Token
22+
- `INBOX_ID` is your Mailtrap sandbox inbox's ID
1923

2024
Resources
2125
---------

0 commit comments

Comments
 (0)