File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
221226By default, the Trap server is set to display dumps in the console. However, you can easily select your preferred
222227senders using the ` -s ` option.
You can’t perform that action at this time.
0 commit comments