Using Python to do SMTP Server with StartTLS

644 views Asked by At

I want to use Python to create an SMTP server that will use TLS via STARTTLS. The Python Lib/smtpd.py library doesn't seem to support this natively. Is there a way to make it work?

0

There are 0 answers