| java.lang.Object com.bostechcorp.cbesb.runtime.email.SMTPService
SMTPService | public class SMTPService (Code) | | author: LPS |
SMTPService | public SMTPService(String URL, String Port, String User, String Password, String charset, boolean useSSL, boolean useAuthentication, Properties otherProperties) throws CbesbException(Code) | | Parameters: URL - Parameters: Port - Parameters: User - Parameters: Password - Parameters: otherProperties - -System.getProperties() |
setDebug | public void setDebug(boolean debug, Log Exceptionlog, PrintStream sessionPStream)(Code) | | Parameters: debug - -tell JavaMail to display or not the debug information Parameters: Exceptionlog - -service logger, if none the System.out will be used to displaythe debug information Parameters: sessionPStream - -tell JavaMail where to send the debug information |
|
|