首页>代码>Java实现email邮件发送>/Emali/src/com/util/mail/MyAuthenticator.java
package com.util.mail;

import javax.mail.Authenticator;
import javax.mail.PasswordAuthentication;

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);   
	     }   

}
最近下载更多
lzx602  LV3 4月15日
1358849392  LV21 2022年12月27日
kahvia  LV1 2022年5月8日
marcoreus1  LV2 2021年10月13日
shiopaaa  LV13 2021年6月8日
yejing238  LV1 2021年1月31日
wslasdfgh  LV2 2020年2月13日
lyailwy  LV2 2019年12月27日
ghyghy  LV9 2019年12月13日
huangfukexing  LV3 2019年9月24日
最近浏览更多
lzx602  LV3 4月15日
timi123 4月5日
暂无贡献等级
gao123456789  LV6 3月7日
hhh12345  LV7 2023年12月23日
LHCQWE  LV1 2023年12月4日
Tuxxxxx  LV3 2023年1月3日
1358849392  LV21 2022年12月27日
hello286 2022年6月18日
暂无贡献等级
Rommel  LV27 2022年5月11日
kahvia  LV1 2022年5月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友