C# 클래스 Subtext.Framework.Email.DotNetOpenMailProvider

Implements the EmailProvider using an open source library, DotNetOpenMail.
상속: Subtext.Extensibility.Providers.EmailProvider
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
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