C# Class EventServer.Infrastructure.MailGateway.Mailer

Inheritance: IMailer
Show file Open project: roundtable/EventServer

Public Methods

Method Description
AddRecipients ( ) : IMailer
Mailer ( string subject, string body, string developerEmail, bool useRealEmail ) : System
Send ( ) : IMailer
SendTo ( ) : IMailer

Method Details

AddRecipients() public method

public AddRecipients ( ) : IMailer
return IMailer

Mailer() public method

public Mailer ( string subject, string body, string developerEmail, bool useRealEmail ) : System
subject string
body string
developerEmail string
useRealEmail bool
return System

Send() public method

public Send ( ) : IMailer
return IMailer

SendTo() public method

public SendTo ( ) : IMailer
return IMailer