package com.util.mail; import javax.mail.*; public class MyAuthenticator extends Authenticator{ String userName=null; String password=null; public MyAuthenticator(){ } public MyAuthenticator(String username, String password) { this.userName = username; this.password = password; } protected PasswordAuthentication getPasswordAuthentication(){ return new PasswordAuthentication(userName, password); } }
最近下载更多
1358849392 LV21
2022年11月11日
123465789 LV1
2022年8月5日
dh18262817717 LV3
2022年2月21日
1029162867 LV13
2021年12月25日
zhaojialiang LV7
2021年5月14日
怎么这么麻烦 LV1
2021年4月8日
15286869652 LV2
2020年12月23日
bibcc LV2
2020年7月17日
zhangtian1997 LV10
2020年7月13日
sun lover LV2
2020年6月12日