package
1.0.0
Repository: https://github.com/lixiaoping0821/workflow.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Variables

No description provided by the author

# Structs

smtp服务器配置.
{"smtpConfig":{"host":"smtp.163.com","port":"25","user":"","passwd":"4444", }, "from":"[email protected]","to":"[email protected]", "cc":"[email protected],[email protected]","subject":"主题", "content":"邮件内容","attachments":["123","345"] } */ smtp发送邮件配置.