asp中jmail添加多个收件人地址的方法

aryEmail = split("aa@bb.com;adf@sfda.net;dsfafdsa@china.com", ";")
for i=0 to UBound(aryEmail)
  JMail.AddRecipient Trim(aryEmail(i))
next

posted @ 2010-07-02 19:46  爵罗  阅读(168)  评论(0)    收藏  举报