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