Hey everyone. For as long as I was using Python, the only good e-mail sending library was django’s builtin one. Then someone created flask-mailman, which is based on django’s one but integrated with flask.

I’ve been writing some framework-agnostic code lately (non-web service) and will soon have to deal with sending e-mails again. Do you know of any good options or are we still tied to using a web framework if we want to send some e-mails?