C# 클래스 Zetbox.API.SmtpMailSender

Sends an MailMessage through the System.Net.Mail.SmtpClient class Can be configured in the app.config file, see http://msdn.microsoft.com/en-us/library/w355a94k.aspx
상속: IMailSender
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Send ( MailMessage msg ) : void

메소드 상세

Send() 공개 메소드

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