https://github.com/resend/resend-python-example
This example shows how to use Resend with Python
https://github.com/resend/resend-python-example
Last synced: about 1 year ago
JSON representation
This example shows how to use Resend with Python
- Host: GitHub
- URL: https://github.com/resend/resend-python-example
- Owner: resend
- License: mit
- Created: 2023-06-02T21:21:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:25:16.000Z (about 2 years ago)
- Last Synced: 2025-04-13T05:45:53.975Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Python
This example shows how to use Resend with [Python](https://www.python.org).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)
## Installation
Get the [Resend Python SDK](https://github.com/resendlabs/resend-python).
```sh
pip install resend
```
## Instructions
1. Define the `RESEND_API_KEY` environment variable using your API key.
2. Execute the following command:
```sh
python3 index.py
```
## License
MIT License