C# Class Subtext.Framework.Email.DotNetOpenMailProvider

Implements the EmailProvider using an open source library, DotNetOpenMail.
Inheritance: Subtext.Extensibility.Providers.EmailProvider
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
Send ( string to, string from, string subject, string message ) : bool

Sends an email with the specified parameters.

Method Details

Send() public méthode

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.
Résultat bool