C# Класс LitDev.LDEmail

Показать файл Открыть проект

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

Метод Описание
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