This example shows how to use Dhesend with FastAPI.
To get the most out of this guide, you’ll need to:
- Install dependencies:
pip install -r requirements.txt-
Change
your-apikeyinmain.pyinsend_emailmethod: -
Execute the following command:
uvicorn main:app --reload- Access the URL
http://127.0.0.1:8000and try it out.
MIT License