email

package
v0.0.1-dev-3ade28a Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SenderCollection    = "emailSenders"
	RecipientCollection = "emailRecipients"
)

Variables

This section is empty.

Functions

func CheckFormat

func CheckFormat(email string) error

Types

type Options

type Options struct {
	Recipients []Recipient `json:"recipients" bson:"recipients"`
	Senders    []Sender    `json:"senders" bson:"senders"`
}

type Recipient

type Recipient struct {
	Address string `json:"address" bson:"address"`
	Note    string `json:"note" bson:"note"`
}

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) Address

func (s *Sender) Address() string

func (*Sender) ErasePassword

func (s *Sender) ErasePassword()

func (*Sender) RequirePasswordChange

func (s *Sender) RequirePasswordChange() bool

func (*Sender) ResetAccessVerification

func (s *Sender) ResetAccessVerification()

func (*Sender) UserAuth

func (s *Sender) UserAuth() smtp.Auth

type Trial

type Trial struct {
	Email string `json:"email" bson:"email"`
}

Jump to

Keyboard shortcuts

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