Skip to content
New issue

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

Option for TLS config in SMTP settings #392

Closed
sattvikc opened this issue Dec 11, 2023 · 1 comment
Closed

Option for TLS config in SMTP settings #392

sattvikc opened this issue Dec 11, 2023 · 1 comment
Assignees

Comments

@sattvikc
Copy link
Collaborator

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.

@sattvikc sattvikc self-assigned this Dec 11, 2023
@sattvikc sattvikc mentioned this issue Feb 8, 2024
12 tasks
@rishabhpoddar
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants