BYODB Configuration

All Plans

Bring Your Own Database (BYODB) lets you connect a PostgreSQL database to store email data directly in your own infrastructure, giving you full data ownership and control.

Requirements

  • PostgreSQL 14 or later
  • A database connection string (DSN) accessible from the internet
  • SSL/TLS enabled on your database

Setting Up

Navigate to your dashboard settings and enter your PostgreSQL connection string. The service will automatically create the required tables and begin storing emails in your database.

# Connection string format

postgresql://user:password@host:5432/database?sslmode=require

Data Ownership

With BYODB, your emails are stored exclusively in your database. There are no storage limits or retention policies imposed by the service — you control your data lifecycle entirely.

More detailed documentation for this section is coming soon. Check back for schema details, migration guides, and advanced configuration.