C# Class Suteki.Common.Services.NullEmailSender

Inheritance: IEmailSender
Datei anzeigen Open project: mikehadlow/sutekishop

Public Methods

Method Description
Send ( string toAddress, string subject, string body, bool isBodyHtml ) : void

Private Methods

Method Description
Send ( string toAddress, string subject, string body ) : void

Method Details

Send() public method

public Send ( string toAddress, string subject, string body, bool isBodyHtml ) : void
toAddress string
subject string
body string
isBodyHtml bool
return void