Documentation
¶
Index ¶
Constants ¶
View Source
const ( SenderCollection = "emailSenders" RecipientCollection = "emailRecipients" )
Variables ¶
This section is empty.
Functions ¶
func CheckFormat ¶
Types ¶
type Sender ¶
type Sender struct { Host string `json:"host" bson:"host"` Port int `json:"port" bson:"port"` Username string `json:"username" bson:"username"` Password string `json:"password,omitzero" bson:"password"` Email string `json:"email" bson:"email"` AccessVerified bool `json:"accessVerified" bson:"accessVerified"` }
func (*Sender) ErasePassword ¶
func (s *Sender) ErasePassword()
func (*Sender) RequirePasswordChange ¶
func (*Sender) ResetAccessVerification ¶
func (s *Sender) ResetAccessVerification()
Click to show internal directories.
Click to hide internal directories.