Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1437 → Rev 1438

/branches/v3/impl/src/java/pt/estgp/estgweb/services/email/SendEmailService.java
120,9 → 120,9
session.setDebugOut(System.out);
 
 
session = authenticator != null ?
Session.getDefaultInstance(props, authenticator)
: Session.getDefaultInstance(props) ;
//session = authenticator != null ?
// Session.getDefaultInstance(props, authenticator)
// : Session.getDefaultInstance(props) ;
}
private static synchronized String getRoundRobinEmailUser()
{