gomail

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

README

配置文件如下

[email]
host="smtp.exmail.qq.com"
port=465
username="xxx@xxxxx.com"
password="XXXXXXXXX"

使用方式如下

gomail.SendEmail(
	"wenzhenxi@sunmi.com",     // 发送给谁
	"service@sunmi.com",       // 发送者的邮箱
	"SUNMI",                   // 发送者的名称
	"SUNMI激活邮件",            // 邮件主题
	"URL:xxxxxxxxx",           //  邮件内容
)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendEmail

func SendEmail(email, fromMail, formNmae, subject, text string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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