Skip to content

Commit f106edb

Browse files
committed
docks
1 parent 4b6543b commit f106edb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ sender options include:
217217
- `console`: This option displays dumps directly in the console.
218218
- `server`: With this choice, dumps are sent to a remote Buggregator server.
219219
- `file`: This allows for dumps to be stored in a file for future reference.
220+
- `mail-to-file`: Only for SMTP. Creates folder for each recipient in `To:` header and dump message to json file. Useful for testing.
221+
If you send mail `To: foo@example.com, bar@example2.org` the following folders will be created:
222+
- `runtime/mail/foo[at]example.com`
223+
- `runtime/mail/bar[at]example2.org`
224+
220225

221226
By default, the Trap server is set to display dumps in the console. However, you can easily select your preferred
222227
senders using the `-s` option.

0 commit comments

Comments
 (0)