Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: commons-email-1.3.3-bin.tar Download
 Description: Email concerned with hair. public class sendMessage extends Thread { @Override public void run(){ super.run() try{ HtmlEmail email = new HtmlEmail() email.setHostName( *.163.com ) email.setTLS(true) email.setSSL(true) email.setCharset( gbk ) email.addTo( *@qq.com ) email.setFrom( *@163.com ) email.setAuthentication( * , password ) email.setSubject( Hello ) email.setMsg( My name is sky. ) email.send() }catch (EmailException e){ Log.i( TAG , ----------> + e.getMessage()) } } } sendMessage send = new sendMessage() send.run()
 Downloaders recently: [More information of uploader lilifu]
 To Search:
File list (Check if you may need any files):
 

51622445commons-email-1.3.3-bin.tar
    

CodeBus www.codebus.net