Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.12 KB

Logo

A web email service in python without the use of external libraries.

Installation

Clone the project to your system with

git clone https://github.com/maantjemol/EoCS-project.git

Install the included ssl certificates rootCA.pem in the cert folder to your system. There are guides available for Windows and Mac (only follow step 2).

Usage/Examples

View the finished product at e-meeuw.de

Or start the server on https://localhost:1115 with:

python3 mailserver.py

Documentation

License

MIT