We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
sattvikc
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: