email

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SMTPClient

type SMTPClient struct {
	SMTPHost string
	SMTPPort string
	SMTPUser string
	SMTPPass string
}

func (SMTPClient) SMTPSendEmail

func (s SMTPClient) SMTPSendEmail(userNikeName, to, subject, format, body string) error

*

  • @Description 通过smtp发送邮件
  • @param to 接收方邮箱,如有多个,以;隔开
  • @param subject 邮件主题
  • @param format 发送格式,可选html和plain
  • @param body
  • @return error 返回错误

Jump to

Keyboard shortcuts

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