C# 클래스 EmailRelayService.SmtpClientSmtpAppender

The standard log4net SmtpAppender doesn't support SSL authentication, which is required to send email via gmail. This appender uses the SmtpClient (only available in .NET 2.0) to send SMTP mail that is secured via SSL. This is needed to talk to the gmail SMTP server. This code is heavily based on that posted by Ron Grabowski at: http://mail-archives.apache.org/mod_mbox/logging-log4net-user/200602.mbox/%[email protected]%3E
상속: log4net.Appender.SmtpAppender
파일 보기 프로젝트 열기: andrewmyhre/EmailProcessing

보호된 메소드들

메소드 설명
SendBuffer ( log4net.Core.LoggingEvent events ) : void

메소드 상세

SendBuffer() 보호된 메소드

protected SendBuffer ( log4net.Core.LoggingEvent events ) : void
events log4net.Core.LoggingEvent
리턴 void