C# Class ComplexConfiguration.Components.SmtpEmailSender

Summary description for SmtpEmailSender.
Inheritance: IEmailSender
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Send ( String from, String to, String message ) : void
SmtpEmailSender ( String hosts ) : System

Method Details

Send() public method

public Send ( String from, String to, String message ) : void
from String
to String
message String
return void

SmtpEmailSender() public method

public SmtpEmailSender ( String hosts ) : System
hosts String
return System