neodb-social / neodb

🧩 NeoDB is a self-hosted server tracking what you read/watch/listen/play, powering a global distributed community federating via ActivityPub.
https://neodb.net
GNU Affero General Public License v3.0
475 stars 32 forks source link

Support "sending" emails to console in debug mode #735

Closed pmakholm closed 3 months ago

pmakholm commented 3 months ago

Enables support for NEODB_EMAIL_URL=console://localhost in debug mode. This is convenient when debugging sign-up flows and multi-user scenarios.

Partly inspired by the Takahe EMAIL_SERVER setting.