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
- Host: GitHub
- URL: https://github.com/kernelshreyak/termail
- Owner: kernelshreyak
- Created: 2022-06-04T07:30:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T07:07:52.000Z (about 4 years ago)
- Last Synced: 2026-03-28T07:50:57.024Z (3 months ago)
- Topics: cli, email, email-sender, python, smtp, terminal, tui, urwid
- Language: Python
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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


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