C# 클래스 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.
상속: Subtext.Extensibility.Providers.EmailProvider
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
Send ( string toStr, string fromStr, string subject, string message ) : bool

Sends an email.

메소드 상세

Send() 공개 메소드

Sends an email.
public Send ( string toStr, string fromStr, string subject, string message ) : bool
toStr string
fromStr string
subject string
message string
리턴 bool