Problem
It would be nice to also have STARTTLS as a supported protocol, as when trying to send an email with STARTTLS the following error is received:
raise SMTPException("SMTP STARTTLS extension not supported by server.") aiosmtplib.errors.SMTPException: SMTP STARTTLS extension not supported by server.
Proposed solution
Implement STARTTLS management
Alternatives considered
No response
Additional context
No response
Problem
It would be nice to also have STARTTLS as a supported protocol, as when trying to send an email with STARTTLS the following error is received:
raise SMTPException("SMTP STARTTLS extension not supported by server.") aiosmtplib.errors.SMTPException: SMTP STARTTLS extension not supported by server.Proposed solution
Implement STARTTLS management
Alternatives considered
No response
Additional context
No response