Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe922e3

Browse files
[Mailer] Mailtrap sandbox README update
Update README to demonstrate new transport.
1 parent451c090 commitfe922e3

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)

[8]ページ先頭

©2009-2025 Movatter.jp