Tagged Questions
0
votes
1answer
95 views
sending email django with postfix (without an explicit postfix server)
I'd like to emulate the postfix sendmail command in Django where I don't need to explicitly start up a postfix server.
For example if I simply enter the following on the command line:
sendmail ...
0
votes
2answers
917 views
Is there a Python MTA (Mail transfer agent)
Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.