// 3. To: 收件人(可以增加多个收件人、抄送、密送)

//  CC:抄送
message.addRecipient(RecipientType.TO, new InternetAddress(receiveMail, "", "UTF-8"));


message.addRecipient(RecipientType.CC, new InternetAddress("273802813@qq.com", "", "UTF-8"));

posted on 2019-08-28 16:42  lyjie  阅读(1595)  评论(0编辑  收藏  举报