mail

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Services added in v1.0.9

type Services struct {
	Id       string
	Host     string
	Port     int
	Username string
	Password string
}

func New

func New(host, username, password string, port int) *Services

New 实例邮件发送

func (*Services) RawSendMail added in v1.0.9

func (s *Services) RawSendMail(subject, message string, emails ...string) error

RawSendMail 使用原生库发送邮件

func (*Services) SendMail added in v1.0.9

func (s *Services) SendMail(subject, body string, emails ...string) error

SendMail 发送邮件

Jump to

Keyboard shortcuts

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