Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecipientCollection ¶
func RecipientCollection() string
func SenderCollection ¶
func SenderCollection() string
Types ¶
type Recipient ¶
type Recipient struct { Email string `json:"email" bson:"email"` Note string `json:"note" bson:"note"` IsTestable bool `json:"isTestable" bson:"-"` }
func (*Recipient) CheckEmailFormat ¶
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" bson:"password"` Email string `json:"email" bson:"email"` AccessVerified bool `json:"accessVerified" bson:"accessVerified"` }
func (*Sender) ResetAccessVerification ¶
func (s *Sender) ResetAccessVerification()
Click to show internal directories.
Click to hide internal directories.