Notification Providers
Safebucket supports multiple notification providers for delivering notifications (invitations, password resets, MFA enrollment, file activity).
Available Providers
- Filesystem, Writes notifications as JSON files to disk. No external mail server required.
- SMTP, Sends HTML emails via an SMTP server.
Which provider should I use?
Use the Filesystem provider for development and testing. Use SMTP for production deployments.