跳到主要内容

QQ邮箱


QQ邮箱

qqMailInit 初始化qq邮箱

参数名必选类型说明
fromAddstring发件人账号
fromPassstring发件人秘钥
  //秘钥获取方法https://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
ll.mail.qqMailInit("1920712147@qq.com", "xxxxxxxxxx")
返回值类型说明

qqMailSendText 发送qq邮件

参数名必选类型说明
toAddstring收件人地址
titlestring标题
contentstring内容
  //秘钥获取方法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/falseboolean是否成功