You've already forked drone-email
This commit is contained in:
13
pkg/domain/smtp.go
Normal file
13
pkg/domain/smtp.go
Normal file
@ -0,0 +1,13 @@
|
||||
package domain
|
||||
|
||||
type SMTPSettings struct {
|
||||
FromAddress string
|
||||
FromName string
|
||||
HELOName string
|
||||
Host string
|
||||
Password string
|
||||
Port int
|
||||
StartTLS bool
|
||||
TLSInsecureSkipVerify bool
|
||||
Username string
|
||||
}
|
Reference in New Issue
Block a user