校园春色亚洲色图_亚洲视频分类_中文字幕精品一区二区精品_麻豆一区区三区四区产品精品蜜桃

主頁 > 知識庫 > JSP發送郵件實例

JSP發送郵件實例

熱門標簽:電銷外呼系統 排行榜 地圖標注創業項目入駐 山東智能云外呼管理系統 廣州三五防封電銷卡 外呼系統啥意思 地圖標注制作道路 珠海銷售外呼系統運營商 長春回撥外呼系統廠家 四川電信外呼系統靠譜嗎
vishal_donth gave this response on 10/18/2000:  
//these are the pakages to be imported from  
// Java Mail  
//The Java Mail PAckage either be dowloaded  
//seperately  
//or else is Available in the J2sdkee1.2  
// (Java Enterprise Edition)  

import javax.mail.*;  
import javax.mail.internet.*;  
import java.util.*;  


//This function can be used to send the mail  
// with the parameters given to it  
//U have to specify the smtp server through  
//which u have to send the mail  
//since i was trying with a homenetmail  
//account i directly sent the mail its server  
//For sending this mail u need a mail server  
//which lets u to relay the messages  
//Try this thing for sending to a  
//www.homenetmail.com account because it lets  
//u send  
//mails to the accounts like example try  
//sending it to a "abc@homenetmail.com"  
//account.Create the mail account in homenet  
//mail first. If u get any other server which  
//supports relaying u can try this on that  
//also.  

//Use this function in ur Servlet to send  
//mail by calling the function with the  
//parameters  

public void sendMail(String toAddr, String subject, String body, String fromAddr)throws RemoteException{  
try{  
Properties props = new Properties();  
props.put("mail.smtp.host","mail.homenetmail.com");  
//Here we specify the SMTP server through  
//which the mail should be delivered  
Session session = Session.getDefaultInstance(props, null);  
Message msg = new MimeMessage(session);  
msg.setFrom(new InternetAddress(fromAddr));  
//Specify the From Address  
InternetAddress[] tos =InternetAddress.parse(toAddr);  
//Specify the To Address  
msg.setRecipients(Message.RecipientType.TO,tos);  
msg.setSubject(subject);  
//Specify the Subject  
msg.setText(body);  
//Specify the Body  
Transport.send(msg);  
System.out.println("Message is Sent");  
}  
catch(Exception e){  
System.out.println(e);  
}  
}  

// U have to run this function on a computer  
//which is directly connected  
// to internet but not through a  
//proxy......or else use a proxy which  
//supports SMTP  
您可能感興趣的文章:
  • 郵件發送簡單例子-jsp文件
  • jspsmart文件上傳與郵件發送的實例
  • node.js使用nodemailer發送郵件實例
  • Nodejs中讀取中文文件編碼問題、發送郵件和定時任務實例
  • 純javascript實現自動發送郵件
  • 基于Node.js實現nodemailer郵件發送

標簽:紹興 玉樹 吳忠 保定 廣元 北海 潮州 肇慶

巨人網絡通訊聲明:本文標題《JSP發送郵件實例》,本文關鍵詞  JSP,發送,郵件,實例,JSP,發送,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《JSP發送郵件實例》相關的同類信息!
  • 本頁收集關于JSP發送郵件實例的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 怀来县| 宜君县| 达拉特旗| 南通市| 米脂县| 修水县| 泸溪县| 高唐县| 南平市| 石渠县| 汉源县| 丰县| 弥勒县| 萨迦县| 彝良县| 绥德县| 龙川县| 云浮市| 蓬莱市| 那坡县| 墨玉县| 洛扎县| 固始县| 察隅县| 普定县| 公主岭市| 黄浦区| 札达县| 广饶县| 苗栗县| 泸水县| 苍溪县| 定结县| 潮州市| 鹤庆县| 梁河县| 青州市| 昌江| 都兰县| 富裕县| 曲阜市|