arsd.mailserver

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.

More...

Members

Functions

serveSmtp
void serveSmtp(FiberManager fm, SmtpServerConfig config, void delegate(string[] recipients, IncomingEmailMessage) handler)

Structs

SmtpServerConfig
struct SmtpServerConfig

Detailed Description

Alternatives

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.

Meta

History

Written December 26, 2020, in a little over one hour. Don't expect much from it!