Re: Error while sending Mail to smtp.gmail.com

2009-07-29 Thread Ron Grabowski
PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com One more idea - is there any antivirus / firewall software on the computer you are doing your tests? It can block communication - I had to switch outgoing mail checking off somewhere in t

RE: Error while sending Mail to smtp.gmail.com

2009-07-23 Thread Sree
ent: Wednesday, July 22, 2009 3:36 PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com use username & password you are using when accesing you mail through web interface. Username should be your alias from email addres. If address is your.n...@gmail.com, username sh

RE: Error while sending Mail to smtp.gmail.com

2009-07-22 Thread Sree
:sree.opt...@gmail.com] Odesláno: 22. července 2009 11:38 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com I found a change: Wrt UserName & Password - what is the value we need to specify? Till now I was using my gmail username & password.. M

RE: Error while sending Mail to smtp.gmail.com

2009-07-22 Thread Sree
:-( it didn't work out. _ From: Radovan Raszka [mailto:ras...@hasam.cz] Sent: Wednesday, July 22, 2009 3:36 PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com use username & password you are using when accesing you mail through web interface.

RE: Error while sending Mail to smtp.gmail.com

2009-07-22 Thread Radovan Raszka
Od: Sree [mailto:sree.opt...@gmail.com] Odesláno: 22. července 2009 11:38 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com I found a change: Wrt UserName & Password - what is the value we need to specify? Till now I was using my gmail username & pass

RE: Error while sending Mail to smtp.gmail.com

2009-07-22 Thread Sree
s...@hasam.cz] Sent: Wednesday, July 22, 2009 1:18 PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com Try my testing project on your machine (I think lossy and buffer settings has significant effect whether message is really sent or not, but always I get no exception)

RE: Error while sending Mail to smtp.gmail.com

2009-07-21 Thread Sree
sláno: 21. července 2009 11:02 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com But I'm getting error: A first chance exception of type 'System.InvalidOperationException' occurred in log4netTests.exe log4net:ERROR [SmtpAppender] Error occurred

RE: Error while sending Mail to smtp.gmail.com

2009-07-21 Thread Radovan Raszka
. července 2009 11:02 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com But I'm getting error: A first chance exception of type 'System.InvalidOperationException' occurred in log4netTests.exe log4net:ERROR [SmtpAppender] Error occu

RE: Error while sending Mail to smtp.gmail.com

2009-07-21 Thread Sree
ly 21, 2009 1:15 AM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com Works for me without any configuration exception. I had only to change port to 25, why you are trying 465? My config: RR _ Od: Sree [mailto:sree.opt...@g

RE: Error while sending Mail to smtp.gmail.com

2009-07-20 Thread Radovan Raszka
7; Předmět: RE: Error while sending Mail to smtp.gmail.com No this also didn't work out... From: Radovan Raszka [mailto:ras...@hasam.cz] Sent: Friday, July 17, 2009 4:53 PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com

RE: Error while sending Mail to smtp.gmail.com

2009-07-20 Thread Sree
No this also didn't work out. _ From: Radovan Raszka [mailto:ras...@hasam.cz] Sent: Friday, July 17, 2009 4:53 PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com strange, this property exists in source code taken from source repository. But doesn&#x

RE: Error while sending Mail to smtp.gmail.com

2009-07-17 Thread Radovan Raszka
e.opt...@gmail.com] Odesláno: 17. července 2009 13:09 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [enablessl] to set object on [log4net.Appender.SmtpAppender] getting the above error Best

RE: Error while sending Mail to smtp.gmail.com

2009-07-17 Thread Sree
: RE: Error while sending Mail to smtp.gmail.com do not delete ssl property, but rename it to enablessl. Radovan _ Od: Sree [mailto:sree.opt...@gmail.com] Odesláno: 17. července 2009 10:24 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com Fy

RE: Error while sending Mail to smtp.gmail.com

2009-07-17 Thread Radovan Raszka
do not delete ssl property, but rename it to enablessl. Radovan Od: Sree [mailto:sree.opt...@gmail.com] Odesláno: 17. července 2009 10:24 Komu: 'Log4NET User' Předmět: RE: Error while sending Mail to smtp.gmail.com Fyi: I added the prope

RE: Error while sending Mail to smtp.gmail.com

2009-07-17 Thread Sree
mail(String messageBody) at log4net.Appender.SmtpAppender.SendBuffer(LoggingEvent[] events) Best regards, Sree _ From: Radovan Raszka [mailto:ras...@hasam.cz] Sent: Friday, July 17, 2009 1:44 PM To: Log4NET User Subject: RE: Error while sending Mail to smtp.gmail.com Accordin

RE: Error while sending Mail to smtp.gmail.com

2009-07-17 Thread Radovan Raszka
According to documentation, there is no Ssl property for SmtpAppender. According source code it is named EnableSsl, so repair your config. But I'm not sure if it helps... Radovan Raszka From: Sree [mailto:sree.opt...@gmail.com] Sent: Friday, July 17, 2009 12:30

RE: Error while sending Mail to smtp.gmail.com

2009-07-17 Thread Sree
_ From: Sree [mailto:sree.opt...@gmail.com] Sent: Friday, July 17, 2009 12:30 PM To: 'log4net-user@logging.apache.org' Subject: Error while sending Mail to smtp.gmail.com --> I'm able to successfully send mail using .net code through gmail by enabling SSL. But using log4net