C# Class NOS.Registration.EmailNotificationSender

Inheritance: INotificationSender
ファイルを表示 Open project: agross/netopenspace

Public Methods

Method Description
Configure ( IHostV30 host, ISettings settings ) : void
SendMessage ( string recipient, string subject, string message ) : void

Method Details

Configure() public method

public Configure ( IHostV30 host, ISettings settings ) : void
host IHostV30
settings ISettings
return void

SendMessage() public method

public SendMessage ( string recipient, string subject, string message ) : void
recipient string
subject string
message string
return void