Categorygithub.com/rack-plugins/email
modulepackage
0.0.0-20240730082355-7923e8de6115
Repository: https://github.com/rack-plugins/email.git
Documentation: pkg.go.dev

# README

email

send email using http API

usage

curl -XPOST 127.0.0.1:8000/mailto \
-H "content-type: application/json" \
-d '{
	"mailto": "[email protected]",
	"subject": "test subject",
	"body": "测试发送成功!"
}'

# Functions

No description provided by the author
Mailto 发送电子邮件.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author