Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
some security notes
Browse files Browse the repository at this point in the history
  • Loading branch information
whaught committed Oct 12, 2020
1 parent 349dcc5 commit 72cc99b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/email/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ const (
)

// Config represents the env var based configuration for email SMTP server connection.
//
// Note: This may not work with email providers that do not accept external connections.
// The provider must accept TLS and users should consider the security of the
// email provder / account.
// Gmail or Google Workspace accounts can be used with an app-password, but will
// not work with security features such as Advanced Protection enabled.
type Config struct {
ProviderType ProviderType

Expand Down

0 comments on commit 72cc99b

Please sign in to comment.