Important
This repository has been consolidated into the new resend-examples monorepo, which contains updated examples for all languages and frameworks.
This example shows how to use Resend with Python.
To get the most out of this guide, you’ll need to:
Get the Resend Python SDK.
pip install resend-
Define the
RESEND_API_KEYenvironment variable using your API key. -
Execute the following command:
python3 index.pyMIT License