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", "Host": "smtp.your-provider.com",
"Token": "your-email-token-here", "Token": "your-email-token-here",
"From": "noreply@yourdomain.com", "From": "noreply@yourdomain.com",
"TestInbox": "" "TestInbox": "<sandbox-id>"
}, },
"Admin": { "Admin": {
"UserName": "admin", "UserName": "admin",