C# Class Subtext.Framework.Email.DotNetOpenMailProvider

Implements the EmailProvider using an open source library, DotNetOpenMail.
Inheritance: Subtext.Extensibility.Providers.EmailProvider
ファイルを表示 Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
Send ( string to, string from, string subject, string message ) : bool

Sends an email with the specified parameters.

Method Details

Send() public method

Sends an email with the specified parameters.
public Send ( string to, string from, string subject, string message ) : bool
to string Email address of the recipient.
from string Email address of the sender.
subject string Subject of the email.
message string The body of the email Message.
return bool