摘要:
//发送邮件 Mail接收收件人邮箱 url接受激活地址 public static void sendMail(String Mail,String url)throws MessagingException { // 创建Properties 类用于记录邮箱的一些属性 Properties props = new Properties(); ... 阅读全文
posted @ 2017-12-28 15:40
何晨昊
阅读(734)
评论(0)
推荐(0)