C# Class EventServer.Infrastructure.MailGateway

Inheritance: IMailGateway
Show file Open project: roundtable/EventServer

Public Methods

Method Description
GetMailerWith ( string subject, string body ) : IMailer
MailGateway ( string developerEmail ) : System

Method Details

GetMailerWith() public method

public GetMailerWith ( string subject, string body ) : IMailer
subject string
body string
return IMailer

MailGateway() public method

public MailGateway ( string developerEmail ) : System
developerEmail string
return System