C# Class App.Core.Services.EmailService

Inheritance: IEmailService
Afficher le fichier Open project: mazhekin/MVC4CustomMembershipSolution

Méthodes publiques

Méthode Description
EmailService ( SmtpClient smtpClient ) : System

Private Methods

Méthode 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 méthode

public EmailService ( SmtpClient smtpClient ) : System
smtpClient System.Net.Mail.SmtpClient
Résultat System