C# Class JoanCEdwards.ExamLibrary.SendMailer

NOTE: THIS CLASS IS NOT TESTED OR VALIDATED
Exibir arquivo Open project: pragmaticpat/EdwardsFoundation

Public Methods

Method Description
SendMail ( string toAddress, string messageBody, string>.Dictionary replacements, string subject ) : void

Sends the mail.

Private Methods

Method Description
GetBody ( string messageBody, string>.Dictionary replacements ) : string

Gets the body.

Method Details

SendMail() public static method

Sends the mail.
public static SendMail ( string toAddress, string messageBody, string>.Dictionary replacements, string subject ) : void
toAddress string To address.
messageBody string The message body.
replacements string>.Dictionary The replacements.
subject string
return void