Re: Problem in using SMTPAppender with gmail

2008-09-27 Thread RMMM
I succeeded in getting this to work (using log4j to send logging messages by smtp over ssl). I think it's appalling that log4j doesn't do this, and it isn't mentioned anywhere in the documentation. I even bought the complete manual for $20, but it doesn't say a word about this obvious issue. So,

Re: Problem in using SMTPAppender with gmail

2008-09-27 Thread Virajith KHP
Hello, By visiting lots of websites I also came to know that property - "mail.smtp.starttls.enable","true" is required to send the requested STARTTLS command. So I put the code, *System.setProperty("mail.smtp.starttls.enable", "true"); *inside the main method of my application. But now I'm getti

Re: Problem in using SMTPAppender with gmail

2008-09-27 Thread Curt Arnold
On Sep 27, 2008, at 4:37 AM, Virajith KHP wrote: Hello, Sorry still I couldn't get it solved. It's really amazing fact that no forum/IT website answered this question. I'm still trying to solve the issue but always im getting that error i have mentioned in my post.. Regards, KHP Virajith

Re: Problem in using SMTPAppender with gmail

2008-09-27 Thread Virajith KHP
Hello, Sorry still I couldn't get it solved. It's really amazing fact that no forum/IT website answered this question. I'm still trying to solve the issue but always im getting that error i have mentioned in my post.. Regards, KHP Virajith