C# Class App.Core.Services.EmailService

Inheritance: IEmailService
Show file Open project: mazhekin/MVC4CustomMembershipSolution

Public Methods

Method Description
EmailService ( SmtpClient smtpClient ) : System

Private Methods

Method Description
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

Method Details

EmailService() public method

public EmailService ( SmtpClient smtpClient ) : System
smtpClient System.Net.Mail.SmtpClient
return System