jaymzh / pius

PGP Individual User Signer
Other
97 stars 25 forks source link

Add support for SMTP SSL port (465) #140

Closed felixonmars closed 1 year ago

felixonmars commented 1 year ago

Adds an option (--ssl) to use SSL instead of STARTTLS to gain support of mail servers supporting only this auth method.

According to RFC8314 implicit SSL is recommended over STARTTLS for mail submission now.

Implements https://github.com/jaymzh/pius/issues/51

jaymzh commented 1 year ago

On a personal note, STARTTLS is far more flexible - it allows, for example, name-base virtual hosting.