A bare-bones, dead simple incoming SMTP server with zero outbound mail support. Intended for applications that want to process inbound email on a VM or something.
You can also run a real email server and process messages as they are delivered with a biff notification or get them from imap or something too.
See Source File
Written December 26, 2020, in a little over one hour. Don't expect much from it!
A bare-bones, dead simple incoming SMTP server with zero outbound mail support. Intended for applications that want to process inbound email on a VM or something.