1. Data we collect
We collect only what is necessary to run the service.
- Account — email address, hashed password, name, organization, OAuth identifiers if you sign in with GitHub.
- Billing — plan tier, last-four digits of payment method, subscription state. Card numbers are handled by our payment processor; we never see or store them.
- Sending metadata — sender, recipient, message ID, send time, bounce / complaint / open / click events.
- Message content — only retained transiently for retry on failure. Logs strip the body within 24 hours.
- Operational data — IP at signup and sign-in (for fraud + abuse), browser user-agent, request timing.