我使用下面的java代码将邮件发送到emailnotification.java类扩展htmlemail的地方。
EmailNotification notification = new EmailNotification();
notification.setTo(distributionlist);
notification.setSubject(subject);
notification.setMessage(msg);
notification.attach(file);
//notification.buildMimeMessage();
我用notification.embed(..)尝试了上面的方法,后来我意识到它的功能与attach方法相同。我还不清楚BuilTimeMessage会做什么。有人能在这方面指导我吗?
暂无答案!
目前还没有任何答案,快来回答吧!