A Python Mail Server
-
Updated
Aug 9, 2024 - Python
A Python Mail Server
Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null.
A pytest fixture that creates an SMTP server.
A very basic simulation of a mail server storing mails received in an encrypted form. Originally developed as a mini project for Computer Networks, a subject taught in the 6th semester of B.E degree course in CS at PCCOE, Pune.
SMTP dual delivery relay (proxy) daemon, this allows testing of a new server side by side of a production server, optionally saving proxied email as eml files.
Add a description, image, and links to the smtpd topic page so that developers can more easily learn about it.
To associate your repository with the smtpd topic, visit your repo's landing page and select "manage topics."