TheFox / smtpd

SMTP server (library) for receiving emails, written in pure PHP.
https://fox21.at
MIT License
121 stars 30 forks source link

add ESMTP STARTTLS command #8

Closed ashleyhood closed 8 years ago

ashleyhood commented 8 years ago

I have added the extended SMTP command STARTTLS.

The client can now request an encrypted connection via TLS to the server.

I have added to the example.php how to create a self-signed certificate and use this for the encrypted connection.

Implementation is RFC 3207.

TheFox commented 8 years ago

Thank you every much for contributing. :) 👍