摘要: public class AESCrptography { public static void main(String[] args) { // TODO Auto-generated method stub String content="hello"; String key="aaaaaaaa 阅读全文
posted @ 2017-07-11 13:52 jack_zc 阅读(1372) 评论(1) 推荐(0) 编辑
摘要: 普通 25端口 发送方式: // 创建Properties 类用于记录邮箱的一些属性 final Properties props = new Properties(); // 表示SMTP发送邮件,必须进行身份验证 props.put("mail.smtp.auth", "true"); //此处 阅读全文
posted @ 2017-07-11 13:51 jack_zc 阅读(215) 评论(0) 推荐(0) 编辑