首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

请问大神 java mail有关问题

2013-02-25 
请教大神java mail问题?/*Multipart mpnew MimeMultipart()BodyPart bpnew MimeBodyPart()bp.setConte

请教大神 java mail问题?
            /*    Multipart mp=new MimeMultipart();
BodyPart bp=new MimeBodyPart();
bp.setContent(bp, "<html><head></head><body>你好</body></html>");
mp.addBodyPart(bp);*/

message.setContent("hello", "image/ss.jpg");   //image 在src目录下
//message.setText("hello javaMail");
message.setSubject("imageTest2");

为什么发送出去的附件老是 tcmime.1336.1336.1345.bin  求大神解决。谢谢啦。 javamail
[解决办法]
楼主看看我的博客就知道了
http://blog.csdn.net/zfz1214/article/details/8566875

热点排行