Skip to content

Feat - Skip Verfiy for SMTP#23

Open
ainsleyclark wants to merge 1 commit intomainfrom
smtp-inescure
Open

Feat - Skip Verfiy for SMTP#23
ainsleyclark wants to merge 1 commit intomainfrom
smtp-inescure

Conversation

@ainsleyclark
Copy link
Copy Markdown
Owner

Adds skip verify for insecure SMTP connections

Comment thread drivers/smtp.go

// 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