Vikings

          重溫javaMail


          1。服務系統不需要驗證發件人的授權的
          ????Session?session?=?Session.getDefaultInstance(props,?null);?
          2。要驗證發件人的授權
          ????props.put("mail.smtp.auth",?"true");?
          ????MyAuthenticator?myauth?=?new?MyAuthenticator("你自己的電子信箱",?"你自己的信箱密碼");
          ????Session?session?=?Session.getDefaultInstance(props,?myauth);
          3。同時發送多封電子郵件
          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,溫習。
          http://www.china1024.com/news_content.jsp?news_id=1060

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


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


          網站導航:
           
          主站蜘蛛池模板: 阿克陶县| 南京市| 米脂县| 清河县| 兴安县| 北票市| 竹溪县| 玛曲县| 岳西县| 衡东县| 弥渡县| 堆龙德庆县| 安岳县| 修文县| 彩票| 北宁市| 襄垣县| 葫芦岛市| 通化县| 临夏市| 化德县| 保山市| 普宁市| 台州市| 土默特右旗| 五台县| 昌宁县| 建阳市| 新龙县| 平顺县| 郁南县| 永嘉县| 泸西县| 普陀区| 淮阳县| 株洲市| 喜德县| 曲麻莱县| 高邮市| 昌邑市| 天门市|