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.
- Host: GitHub
- URL: https://github.com/lbirkert/idirekt
- Owner: lbirkert
- License: mit
- Created: 2022-12-19T20:30:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T20:33:21.000Z (about 3 years ago)
- Last Synced: 2024-04-16T14:20:25.067Z (over 1 year ago)
- Topics: email, forwarding, iserv, python, python3, smtp
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)