RE: send mail frmo Log4J using SMTP

2002-12-17 Thread Cicero, Marlon
; Subject: send mail frmo Log4J using SMTP hi, I am having problems sending email from Log4j. can anyone help me regarding this? SMTPAppender smtpApp = new SMTPAppender(); smtpApp.setFrom("[EMAIL PROTECTED]"); smtpApp.setTo("[EMAIL PROTECTED]"); smtp

send mail frmo Log4J using SMTP

2002-12-17 Thread Reddy, Suresh
hi, I am having problems sending email from Log4j. can anyone help me regarding this? SMTPAppender smtpApp = new SMTPAppender(); smtpApp.setFrom("[EMAIL PROTECTED]"); smtpApp.setTo("[EMAIL PROTECTED]"); smtpApp.setSMTPHost("mail.something.com"); smtpApp.setLoca