摘要:
public void postMail( String recipients[ ], String subject, String message , String from) throws MessagingException { boolean debug = false; //Set the host smtp address Properties props = new Properties(); props.put("mail.smtp.host", "smtp.gmail.com"); props.pu... 阅读全文
posted @ 2013-11-08 13:08
star4knight
阅读(182)
评论(0)
推荐(0)

浙公网安备 33010602011771号