C# 클래스 UCosmic.Impl.SmtpMailSender

상속: ISendMail
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
Send ( MailMessage message ) : void
SmtpMailSender ( IManageConfigurations configurationManager, ILogExceptions exceptionLogger ) : System

비공개 메소드들

메소드 설명
Send ( MailMessage message, int retryCount ) : void

메소드 상세

Send() 공개 메소드

public Send ( MailMessage message ) : void
message System.Net.Mail.MailMessage
리턴 void

SmtpMailSender() 공개 메소드

public SmtpMailSender ( IManageConfigurations configurationManager, ILogExceptions exceptionLogger ) : System
configurationManager IManageConfigurations
exceptionLogger ILogExceptions
리턴 System