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
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
Send ( string toStr, string fromStr, string subject, string message ) : bool

Sends an email.

Method Details

Send() public méthode

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