Skip to content

🔨 Installation

🔨 Installation

python3 -m venv .venv

source .venv/bin/activate

pip install fastapi-mail

Alternatively, if you prefer to use poetry for package dependencies:

poetry shell

poetry add fastapi-mail