37,744
社区成员
发帖
与我相关
我的任务
分享authInfo = {}
authInfo['server'] = 'smtp.21cn.com'
authInfo['user'] = 'thy38'
authInfo['password'] = 'thy38'
fromAdd = 'thy38@21cn.com'
toAdd = ['scopop@21cn.com', 'thy39@21cn.com']
subject = '邮件主题'
plainText = '这里是普通文本'
htmlText = '<B>HTML文本</B>'
sendEmail(authInfo, fromAdd, toAdd, subject, plainText, htmlText)