supertokens / supertokens-golang

GoLang SDK for SuperTokens
https://supertokens.com
Other
115 stars 34 forks source link

Option for TLS config in SMTP settings #392

Closed sattvikc closed 7 months ago

sattvikc commented 9 months ago

the default implementation of gomail may do a STARTTLS even when secure is set to false. In those cases, we might need to pass TLS config anyway.

rishabhpoddar commented 7 months ago

We have fixed this issue in golang sdk version >= 0.17.4. We now allow users to provide their own TLS Config via the SMTP setting object