mail

package
v0.0.0-...-7604275 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Mail

type Mail struct {
	Smtp     string
	Port     uint64
	Ssl      bool
	Account  string
	Password string
}

func NewMail

func NewMail(smtp string, port uint64, ssl bool, account string, password string) *Mail

func NewMailFromConfig

func NewMailFromConfig(conf *config.Email) *Mail

func (*Mail) Send

func (e *Mail) Send(receiver map[string]string, cc map[string]string, subject string, content string) error

Jump to

Keyboard shortcuts

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