Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 580 Bytes

SMTP-Client

Send emails and attach files all through the Unix-Terminal Interface. Image Example

Features

  • Terminal interface;
  • Easily modifiable to be autonomous;
  • Send to multiple emails at once;
  • Attach files (e.g. audio, images, documents).

To use

  • First you need to allow less secure apps at https://myaccount.google.com/lesssecureapps;
  • Be sure to have python3 installed sudo apt-get install python3;
  • Clone or download the repository: git clone https://github.com/DouglasKosvoski/Terminal_Email.git.
  • Run python3 main.py.