+ password);
t.connect(g_smtpHost, username, password);
if (log4j.isDebugEnabled())
log4j.debug("send() - transport connected: " + t.isConnected()
+ ", now to try and send....");
t.sendMessage(g_smtpMsg, g_smtpMsg.getAllRecipients());
t.close();
} catch (MessagingException mex) {
log4j.error("Exception handling in EMail.java: " + mex.toString());
sb.append("Exception handling in EMail.java\n");