alex-oleshkevich / mailers

Email delivery for asyncio.
MIT License
22 stars 1 forks source link

TLS over SMTP #6

Closed canardoFR closed 1 month ago

canardoFR commented 2 months ago

Hi,

it would be nice to add the options cert_bundle and validate_certs to the base SMTP transport.

I could fix it with a pull request (and previous issue tooà, but do not have access rights.

In the meantime, created my own transport to handle auto-signed certs for STARTTLS use.

Cheers