Skip to content

Conversation

@ainsleyclark
Copy link
Owner

Adds skip verify for insecure SMTP connections


// TLS config for sending SMTP mail.
tlsConfig := &tls.Config{
InsecureSkipVerify: true,

Check failure

Code scanning / CodeQL

Disabled TLS certificate check

InsecureSkipVerify should not be used in production code.
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

Successfully merging this pull request may close these issues.

2 participants