C# 클래스 LitDev.LDEmail

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
Send ( ) : Primitive

Send an email. The default Smtp client is "smtp.gmail.com" and the default port is 587. The following and other email clients may also work. "smtp.live.com" (Hotmail) "smtp.mail.yahoo.com" A minimum of the "From, Password and Recipient" properties must be set first. The "From" and "Password" properties should be your email credentials for the client. Additionally you should set the "Subject and Body" properties. The "Attachment" property may be optionally set to a full file path, "" for no attachment. No more than 1 email per minute can be sent.

메소드 상세

Send() 공개 정적인 메소드

Send an email. The default Smtp client is "smtp.gmail.com" and the default port is 587. The following and other email clients may also work. "smtp.live.com" (Hotmail) "smtp.mail.yahoo.com" A minimum of the "From, Password and Recipient" properties must be set first. The "From" and "Password" properties should be your email credentials for the client. Additionally you should set the "Subject and Body" properties. The "Attachment" property may be optionally set to a full file path, "" for no attachment. No more than 1 email per minute can be sent.
public static Send ( ) : Primitive
리턴 Primitive