C# 클래스 YouConf.Services.Email.SmtpMailSender

상속: YouConf.Services.Email.IMailSender
파일 보기 프로젝트 열기: phillee007/youconf

공개 메소드들

메소드 설명
Send ( string to, string subject, string htmlBody ) : void

메소드 상세

Send() 공개 메소드

public Send ( string to, string subject, string htmlBody ) : void
to string
subject string
htmlBody string
리턴 void