smtp

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrorParamsEmpty liberr.CodeError = iota + libcfg.MinErrorComponentSmtp
	ErrorParamsInvalid
	ErrorComponentNotInitialized
	ErrorConfigInvalid
	ErrorStartComponent
	ErrorReloadComponent
	ErrorDependencyTLSDefault
	ErrorDependencyLogDefault
)
View Source
const (
	ComponentType = "smtp"
)

Variables

This section is empty.

Functions

func DefaultConfig

func DefaultConfig(indent string) []byte

func IsCodeError

func IsCodeError() bool

func Register

func Register(cfg libcfg.Config, key string, cpt ComponentSMTP)

func RegisterNew

func RegisterNew(cfg libcfg.Config, key, tlsKey string)

func SetDefaultConfig

func SetDefaultConfig(cfg []byte)

Types

type ComponentSMTP

type ComponentSMTP interface {
	libcfg.Component

	SetTLSKey(tlsKey string)
	GetSMTP() (libsmtp.SMTP, liberr.Error)
	SetStatusRouter(sts libsts.RouteStatus, prefix string)
}

func Load

func Load(getCpt libcfg.FuncComponentGet, key string) ComponentSMTP

func New

func New(tlsKey string) ComponentSMTP

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL