Install following global, if you want to use your executable. Otherwise you can install it in an virtual environment.
pip3 install prompt_toolkit
pip3 install pyaescryptGo to /usr/bin/ and create a file called e.g. mail
It's content should be following:
#!/bin/bash
cd /path/to/this/sendmail/
python3 tui.pyTo add your username and password for your email account, as well as the server data,
run the file setup.py. For example:
cd /path/to/this/sendmail/
python3 setup.pyIf you don't give some of the parameters, it'll use default values.
| PARAMETER | DEFAULT VALUE |
|---|---|
| SERVER | example.com |
| PORT | 0 |
| USER | [email protected] |
| PASSWORD | admin |
If you have forgotten your password for this mail-client, you have to do the setup again.