Skip to main content

FastSMTP

A TLS-capable, async SMTP server that receives email, verifies DKIM and SPF, and forwards the contents to configurable webhooks. Built for Python 3.12+ and for integration with n8n and other webhook-based workflow platforms.

This is the server package. The remote CLI client is a separate distribution, fastsmtp-cli, which talks to a running server over HTTP and does not depend on this one.

Install

pip install fastsmtp

On Alpine and other musl-based distributions, note that google-re2 publishes manylinux wheels but no musllinux wheels, so pip has to build it: install a compiler and the RE2 library first, or use the container image instead.

Container images are published to ghcr.io/jsenecal/fastsmtp.

Run

export FASTSMTP_DATABASE_URL=postgresql+asyncpg://user:pass@localhost/fastsmtp
export FASTSMTP_ROOT_API_KEY=$(python -c "import secrets; print(secrets.token_urlsafe(32))")

fastsmtp db upgrade head   # apply migrations first, every time
fastsmtp serve

Configuration is read from FASTSMTP_* environment variables and from a .env file in the working directory. Migrations are never applied automatically: run fastsmtp db upgrade head before starting a newer version, or the server refuses to start against a database behind it.

Documentation

Full documentation, including the configuration reference, the HTTP API and the rules engine, is at https://jsenecal.github.io/fastsmtp/.

Source and issue tracker: https://github.com/jsenecal/fastsmtp.

License

AGPL-3.0-or-later - this program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastsmtp-0.7.0.tar.gz (343.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastsmtp-0.7.0-py3-none-any.whl (174.3 kB view details)

Uploaded Python 3

File details

Details for the file fastsmtp-0.7.0.tar.gz.

File metadata

  • Download URL: fastsmtp-0.7.0.tar.gz
  • Upload date:
  • Size: 343.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fastsmtp-0.7.0.tar.gz
Algorithm Hash digest
SHA256 ba7f66c7298080d55868751390afd17f4ab77fe47323c75ef866c92eb4db837a
MD5 a55605fd0527afc78835268966ea18ce
BLAKE2b-256 6af40863e53e03b2482a63ed65786ec6b0cc1ff0074690bb81a54d695ad86219

See more details on using hashes here.

File details

Details for the file fastsmtp-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: fastsmtp-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 174.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fastsmtp-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 86cd8b080bf96f807797e2fdd92f3d7fe470b6276c38be45092bc55b57261caf
MD5 e5f0837a7a01143022fad18ecb850ee9
BLAKE2b-256 e84d9d2e2205d58128060e2eb520d396e0b806da7cc638bcbc3dae06ec9cf71e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.7.0 This release

2 files

0.6.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page