ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# QQLite.Framework.Tool.MailHelper 类 ## 注释 ~~~ 邮件发送工具 ~~~ ## 语法 ~~~ public class MailHelper ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [Smtp\_Host](https://www.kancloud.cn/gxser1986/cqrobot/3016505) | SMTP主机 | | | [Smtp\_Port](https://www.kancloud.cn/gxser1986/cqrobot/3016506) | SMTP端口 | | | [Smtp\_UserName](https://www.kancloud.cn/gxser1986/cqrobot/3016507) | SMTP用户 | | | [Smtp\_Password](https://www.kancloud.cn/gxser1986/cqrobot/3016508) | SMTP密码 | | | [Smtp\_DisplayName](https://www.kancloud.cn/gxser1986/cqrobot/3016509) | 发送人名称 | | | [Smtp\_Email](https://www.kancloud.cn/gxser1986/cqrobot/3016510) | 发送人邮箱 | | | [SendAsync](https://www.kancloud.cn/gxser1986/cqrobot/3016511) | 是否异步发送 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Send](https://www.kancloud.cn/gxser1986/cqrobot/3016513) | 发送邮件 |