docs: clarify TestInbox placeholder in authblocks.example.json

Empty string gave no hint what value is expected; <sandbox-id> signals the Mailtrap sandbox inbox ID that must be supplied.
This commit is contained in:
daniel-c-harvey
2026-06-20 00:34:41 -04:00
parent 67645cfd05
commit c747f3200f
@@ -10,7 +10,7 @@
"Host": "smtp.your-provider.com",
"Token": "your-email-token-here",
"From": "noreply@yourdomain.com",
"TestInbox": ""
"TestInbox": "<sandbox-id>"
},
"Admin": {
"UserName": "admin",