Vikings

          重溫javaMail


          1。服務(wù)系統(tǒng)不需要驗(yàn)證發(fā)件人的授權(quán)的
          ????Session?session?=?Session.getDefaultInstance(props,?null);?
          2。要驗(yàn)證發(fā)件人的授權(quán)
          ????props.put("mail.smtp.auth",?"true");?
          ????MyAuthenticator?myauth?=?new?MyAuthenticator("你自己的電子信箱",?"你自己的信箱密碼");
          ????Session?session?=?Session.getDefaultInstance(props,?myauth);
          3。同時(shí)發(fā)送多封電子郵件
          Transport.send(message);可以使用下面的代碼來代替
          ??????String?username?=?"你的電子信箱用戶名";
          ??????String?password?=?"你的電子信箱密碼";
          ??????message.saveChanges();?//????implicit?with?send()
          ??????Transport?transport?=?session.getTransport("smtp");
          ??????transport.connect("mail.htf.com.cn",?username,?password);
          ??????transport.sendMessage(message,?message.getAllRecipients());
          ??????transport.close();

          Communication Component,溫習(xí)。
          http://www.china1024.com/news_content.jsp?news_id=1060

          posted on 2006-11-28 11:33 Vikings 閱讀(180) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 扎兰屯市| 江门市| 抚宁县| 万宁市| 万州区| 朔州市| 景东| 兴安盟| 民勤县| 泽普县| 建昌县| 青浦区| 汕头市| 屯昌县| 无极县| 吉林市| 崇文区| 察哈| 和田市| 景洪市| 青阳县| 昌黎县| 麻栗坡县| 灌阳县| 应城市| 甘孜| 遂宁市| 界首市| 佛坪县| 淮阳县| 民县| 镇远县| 陈巴尔虎旗| 南安市| 白水县| 山西省| 泌阳县| 宁乡县| 都江堰市| 临漳县| 介休市|