Closed tammoippen closed 2 years ago
Hi again, that is confising for sure. I will take into account your comments, and currently working on a PR. I will just submit a PR soon, Let's have look at that there, agree?
Could you please take a look at the #150 ?
Hi there!
In find the documentation and usage for SSL/TLS and STARTTLS with this library irritating: in the documentation, you state
(see here)
Then in the code, you use
MAIL_TLS
for STARTTLS andMAIL_SSL
for SSL/TLS: hereFrom the aiosmtplib doc,
use_tls
is for TLS/SSL and it has an explicitstart_tls
flag: https://aiosmtplib.readthedocs.io/en/latest/client.html#connecting-over-tls-ssl (and the next section).I would like to having the options renamed:
MAIL_TLS
~>MAIL_STARTTLS
MAIL_SSL
~>MAIL_SSL_TLS
But, i guess, that is a breaking change ... at least have the docs improved?
Thank you for the nice library!