MCPcopy Create free account
hub / github.com/ethstorage/es-node / EmailConfig

Struct EmailConfig

ethstorage/email/email.go:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type EmailConfig struct {
16 Username string
17 Password string
18 Host string
19 Port uint64
20 To string
21 From string
22}
23
24func (c EmailConfig) Check() error {
25 if c.Username == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected