摘要:
转载于:http://rhyme.blog.51cto.com/328158/67998代码一、Email_Autherticator.java 服务器验证代码import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; public class Email_Autherticator extends Authenticator { String username = "你邮箱的用户名"; String password = "你邮箱的密码"; public Emai 阅读全文
摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><script language="javascript" src="http://ajax.googleapis.com/aj 阅读全文