C# Class Subtext.Framework.Email.SystemMailProvider

Default implementation of the EmailProvider. This uses the new (introduced in .NET 2.0) System.Net.SmtpClient class which uses SMTP.
Inheritance: Subtext.Extensibility.Providers.EmailProvider
Mostrar archivo Open project: ayende/Subtext

Public Methods

Method Description
Send ( string toStr, string fromStr, string subject, string message ) : bool

Sends an email.

Method Details

Send() public method

Sends an email.
public Send ( string toStr, string fromStr, string subject, string message ) : bool
toStr string
fromStr string
subject string
message string
return bool