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

https://github.com/lbirkert/idirekt

Forward your IServ emails via an external SMTP server.
https://github.com/lbirkert/idirekt

email forwarding iserv python python3 smtp

Last synced: 10 months ago
JSON representation

Forward your IServ emails via an external SMTP server.

Awesome Lists containing this project

README

          

# IDirekt

Utility to forward emails from [IServ](https://iserv.eu) via an external SMTP server.

### Running

1. Make sure you have got `python >= 3.7` installed.
2. Copy the `default.env` to `.env` and enter your details.
3. Run the Program by using `py main.py`

Whenever you will receive an email on IServ, IDirekt will now forward it to the recipents specified in the `.env`

### License

This project is licensed entirely under the [MIT License](https://github.com/KotwOSS/IDirekt/blob/main/LICENSE)