C# 클래스 App.Core.Services.EmailService

상속: IEmailService
파일 보기 프로젝트 열기: mazhekin/MVC4CustomMembershipSolution

공개 메소드들

메소드 설명
EmailService ( SmtpClient smtpClient ) : System

비공개 메소드들

메소드 설명
IEmailService ( SendEmailModel sendEmailModel, string templateName, object data ) : void

Send email message with a template

IEmailService ( string emailAddress, string subject, string message ) : void

Send plain text email message

메소드 상세

EmailService() 공개 메소드

public EmailService ( SmtpClient smtpClient ) : System
smtpClient System.Net.Mail.SmtpClient
리턴 System