Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphasecio/resend
A sample Streamlit web application for sending emails using Resend.
https://github.com/alphasecio/resend
email python resend smtp streamlit
Last synced: about 1 month ago
JSON representation
A sample Streamlit web application for sending emails using Resend.
- Host: GitHub
- URL: https://github.com/alphasecio/resend
- Owner: alphasecio
- License: mit
- Created: 2023-04-05T02:47:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T14:10:23.000Z (7 months ago)
- Last Synced: 2024-11-09T20:37:12.544Z (3 months ago)
- Topics: email, python, resend, smtp, streamlit
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# resend
A sample [Streamlit](https://streamlit.io/) web application for sending emails using [Resend](https://resend.com/).
## Installation
To run this application locally, you'll need to have Python 3.x installed on your machine. You can clone this repository and install the required Python packages by running the following commands:
```
git clone https://github.com/alphasec/resend.git
cd resend
pip install -r requirements.txt
```## Configuration
To use the Resend email service, you'll need to provide the API key as a `RESEND_API_KEY` environment variable. You can obtain your Resend API key by signing up for an account at [Resend](https://resend.com), and configuring the sending domain.## Usage
To run the application, execute the following command:
```
streamlit run streamlit_app.py
```
## Templates
To deploy using a one-click starter template on [Railway](https://railway.app/?referralCode=alphasec), click the button below.[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/D-9Vm5?referralCode=alphasec)