modulepackage
0.0.0-20240730082355-7923e8de6115
Repository: https://github.com/rack-plugins/email.git
Documentation: pkg.go.dev
# README
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": "测试发送成功!"
}'
# 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
# Interfaces
No description provided by the author