https://github.com/yll0rd/email-api
An Api that sends Emails :)
https://github.com/yll0rd/email-api
email fastapi python
Last synced: about 1 month ago
JSON representation
An Api that sends Emails :)
- Host: GitHub
- URL: https://github.com/yll0rd/email-api
- Owner: yll0rd
- Created: 2023-05-08T12:05:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T10:25:48.000Z (over 1 year ago)
- Last Synced: 2025-04-14T14:58:00.121Z (about 1 year ago)
- Topics: email, fastapi, python
- Language: Python
- Homepage: https://yll-email-sender.vercel.app/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email-Api
This is a RESTful API built with FastAPI that allows you to send emails from your application.
## Installation
To install the Email API, clone the repository and install the dependencies:
```bash
pip install -r requirements.txt
```
## Usage
To use the Email API, run the following command:
```bash
uvicorn main:app --port 8000 --reload
```
This will start the API server on port `8000`.
## Endpoints
The Email API provides the following endpoints:
- `POST /send_email`: Send an email with the following parameters:
- `to`: The email address of the recipient
- `subject`: The subject of the email
- `body`: The body of the email
## Contributions
We welcome contributions from other developers. If you find a bug or have a feature request, please submit an issue or pull request.