mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 14:27:27 +00:00
docs: credentials.md for git/mailbox creds, notify-creds, and SMTP ports
New docs/credentials.md covers member git-account provisioning, the notify-creds backfill command (flags + behavior), required env, and the two SMTP paths — transactional AGENTBBS_SMTP_* (STARTTLS :587) vs. the gateway loopback relay AGENTBBS_MAIL_SMTP_ADDR (:25 into Mailu), clarifying why :25 is correct and that 465 (not "467") is implicit-TLS. Cross-linked from README ops and docs/mail.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
95d1afb59a
commit
11503ca3f0
3 changed files with 105 additions and 0 deletions
|
|
@ -85,6 +85,10 @@ Ops:
|
|||
./agentbbs notify-creds --user alice --mail --send
|
||||
```
|
||||
|
||||
Member git accounts, mailbox welcome emails, `notify-creds`, and the two SMTP
|
||||
paths (transactional `:587` vs. the gateway relay `:25`) are documented in
|
||||
[`docs/credentials.md`](docs/credentials.md).
|
||||
|
||||
## Deploy
|
||||
|
||||
### Hosting requirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue