QQ邮箱
QQ邮箱
qqMailInit 初始化qq邮箱
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
fromAdd | 是 | string | 发件人账号 |
fromPass | 是 | string | 发件人秘钥 |
//秘钥获取方法https://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
ll.mail.qqMailInit("1920712147@qq.com", "xxxxxxxxxx")
返回值 | 类型 | 说明 |
---|---|---|
无 | 无 | 无 |
qqMailSendText 发送qq邮件
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
toAdd | 是 | string | 收件人地址 |
title | 是 | string | 标题 |
content | 是 | string | 内容 |
//秘钥获取方法https://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
ll.mail.qqMailInit("1920712147@qq.com", "xxxxxxxxx")
ll.mail.qqMailSendText("2557945562@qq.com", "EC VIP教程", "688带你飞,还不赶快来")
返回值 | 类型 | 说明 |
---|---|---|
true/false | boolean | 是否成功 |