skillfed

apache-airflow-providers-smtp

Provider package apache-airflow-providers-smtp for Apache Airflow

apache-airflow-providers-smtp v3.0.3 13.8M downloads/30d#1,266 on PyPI46,489
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that integrates SMTP email functionality into Airflow workflows. It allows DAG tasks to send email notifications and messages through any SMTP server, enabling alerting, reporting, and communication from automated data pipelines.

The package is built on aiosmtplib for async SMTP operations and integrates with Airflow's operator and hook architecture. It requires Apache Airflow >=2.11.0 and supports Python 3.10 through 3.14. The package is actively maintained by the Apache Airflow project, with recent releases and no known security vulnerabilities.

Use it for:

  • Send task failure notifications to ops teams when Airflow DAG tasks fail or encounter errors.
  • Generate and email daily or weekly data pipeline reports to stakeholders automatically.
  • Alert on-call engineers when data quality checks fail or SLAs are breached in production workflows.
  • Notify downstream teams when long-running ETL jobs complete successfully.
  • Integrate with Airflow's built-in alerting to route notifications through your organization's email infrastructure.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds SMTP email sending capabilities to Apache Airflow workflows, enabling tasks to send messages through Simple Mail Transfer Protocol.

Yes. This is an official Apache Airflow provider with active maintenance, no security vulnerabilities, and low install friction. Install it if you need to send email from Airflow tasks and have an SMTP server available. The permissive Apache 2.0 license poses no restrictions.

Install

apache-airflow-providers-smtp on PyPI

pip

pip install apache-airflow-providers-smtp

uv

uv add apache-airflow-providers-smtp

poetry

poetry add apache-airflow-providers-smtp

Installing apache-airflow-providers-smtp

Before you install

Low install friction; pure Python wheel with three runtime dependencies. Actively maintained—released 6 days ago with recent commits. Requires Apache Airflow >=2.11.0 and aiosmtplib >=0.1.6.

License in practice

Apache License 2.0 (permissive). Allows commercial and private use with attribution; safe for most deployment contexts.

Quickstart

pip install apache-airflow-providers-smtp

from airflow.providers.smtp.operators.smtp import SendEmailOperator

email_task = SendEmailOperator(
    task_id='send_email',
    to='recipient@example.com',
    subject='Airflow Notification',
    html_content='Task completed'
)

Requires Apache Airflow >=2.11.0 and Python >=3.10 to be installed first.

Verify before relying

  • Whether aiosmtplib >=0.1.6 supports all SMTP authentication methods your infrastructure requires.
  • Whether the provider includes connection templates or hooks for common SMTP services (Gmail, SendGrid, etc.).

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — apache-airflow, apache-airflow-providers-common-compat, aiosmtplib
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 13,752,016/month — #1,266 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_smtp-3.0.3-py3-none-any.whl

Keywords: airflow-provider, smtp, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow smtp email providersend email from airflowairflow mail integrationsmtp provider airflowairflow notification emailairflow email task operator
airflow-provideremail-integrationworkflow-automation

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-imap

Integrates IMAP email protocol support into…

permissive · top 5,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-telegram

Integrates Apache Airflow with Telegram to send…

permissive · top 15,000 on PyPI

apache-airflow-providers-sendgrid

Integrates SendGrid email delivery into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-ssh

Provides SSH integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-discord

Integrates Discord messaging into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI

aiosmtpd

aiosmtpd is an asyncio-based SMTP server that…

permissive · top 5,000 on PyPI