JAVA发送Email
http://www.diybl.com/ 2008-2-22 网络 点击:
[ 评论 ]
文章搜索:
【点击打包该文章】
//Process the HTTP Post request
public void doPost(HttpServletRequest request, HttpServletResponse response) throws
ServletException, IOException {
doGet(request, response);
}
//Clean up resources
public void destroy() {
}
}
上面的代码只要记着怎么把附件加进来就行了,嘿嘿。
如果图片或页面不能正常显示请点击这里 站内搜索:
推荐文章 |
