supertokens / supertokens-golang

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

fix: smtp tls config #396

Closed sattvikc closed 7 months ago

sattvikc commented 7 months ago

Summary of change

Adds TLSConfig to SMTPSettings using which user can specify custom TLS config Passes TLSConfig always to gomail so that it can be used when automatically using START TLS

Related issues

Test Plan

Manually tested

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

Remaining TODOs for this PR