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

https://github.com/kernelshreyak/termail

Simple TUI mail client for terminal. Supports SMTP and Yopmail
https://github.com/kernelshreyak/termail

cli email email-sender python smtp terminal tui urwid

Last synced: 3 months ago
JSON representation

Simple TUI mail client for terminal. Supports SMTP and Yopmail

Awesome Lists containing this project

README

          

# termail
Simple mail client for terminal. Supports SMTP and yopmail. This project is mainly aimed at creating a fast and simple email client for use on
servers and non-GUI systems

![Screenshot2](screenshots/Screenshot_2022-06-12_12-13-56.png?raw=true "Screenshot 2")
![Screenshot1](screenshots/Screenshot_2022-06-12_12-16-12.png?raw=true "Screenshot 1")

## Features
1. Read email from your Yopmail inbox directly inside the terminal
2. Send email via Yopmail or custom SMTP connection

## Installation
1. Install dependencies (make sure you have Python 3.x installed on your system)
```
pip install -r requirements.txt
```

2. Run the program

```
python main.py
```