An open API service indexing awesome lists of open source software.

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.

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
```