Package railo.runtime.net.smtp

Examples of railo.runtime.net.smtp.SMTPClient


  @Override
  public void release()  {
    super.release();
//       do not clear because spooler
        //mail=new railo.runtime.mail.Mail(); 
    smtp=new SMTPClient();
        part=null;//new railo.runtime.mail.MailPart("UTF-8");
    group=null;
    groupcasesensitive=false;
    query=null;
    maxrows=0d;
View Full Code Here

TOP

Related Classes of railo.runtime.net.smtp.SMTPClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.