首页>代码>Java发邮件开发完整源代码>/email/src/com/util/mail/MyAuthenticator.java
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日
最近浏览更多
annazhang  LV29 2023年4月7日
Tuxxxxx  LV3 2023年1月3日
1358849392  LV21 2022年11月11日
crosa_Don  LV18 2022年9月15日
123465789  LV1 2022年8月5日
kahvia  LV1 2022年5月8日
moomin709  LV24 2022年2月28日
羞羞小子  LV13 2022年2月27日
dh18262817717  LV3 2022年2月21日
Bsword  LV2 2022年2月16日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友