https://github.com/symonmuchemi/python-email
This repo contains scripts used to send emails using the SMTP library. It also contains email workers for various node-redis projects.
https://github.com/symonmuchemi/python-email
python redis smtplib
Last synced: 3 months ago
JSON representation
This repo contains scripts used to send emails using the SMTP library. It also contains email workers for various node-redis projects.
- Host: GitHub
- URL: https://github.com/symonmuchemi/python-email
- Owner: SymonMuchemi
- Created: 2024-06-21T15:37:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-20T23:38:22.000Z (7 months ago)
- Last Synced: 2025-04-13T22:58:52.479Z (6 months ago)
- Topics: python, redis, smtplib
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Email
This repo contains scripts used to send emails using the SMTP library. It also contains email workers for various node-redis projects.
## Requirements
- Python 3.6+
- Redis## Installation
Clone the repositiory:
```bash
git clone https://www.github.com/symonmuchemi/python-email.git
```Navigate to the project directory:
```bash
cd python-email
```Install the required packages:
```bash
pip install -r requirements.txt
```