C# Класс Subtext.Framework.Email.DotNetOpenMailProvider

Implements the EmailProvider using an open source library, DotNetOpenMail.
Наследование: Subtext.Extensibility.Providers.EmailProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Send ( string to, string from, string subject, string message ) : bool

Sends an email with the specified parameters.

Описание методов

Send() публичный Метод

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.
Результат bool