摘要: 1 /** 2 * Created by xc on 2019/11/23 3 * 生成随机密码:6位数字 4 */ 5 public class Test7_4 { 6 7 public static void main(String[] args) { 8 System.out.println( 阅读全文
posted @ 2020-12-05 19:20 博二爷 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 使用到的jar包: mail.jar(29th) activation.jar(2fmo) Java实现纯文本邮件发送 1 package org.westos.email; 2 3 import com.sun.mail.util.MailSSLSocketFactory; 4 5 import 阅读全文
posted @ 2020-12-05 19:12 博二爷 阅读(217) 评论(0) 推荐(0) 编辑