LitDev Extension API

Geography LD3DView LDArray LDBits LDBlueTooth
LDCall LDChart LDClient LDClipboard LDColours
LDCommPort LDController LDControls LDCursors LDDataBase
LDDateTime LDDebug LDDialogs LDDictionary LDEffect
LDEmail LDEncryption LDEvents LDFastArray LDFastShapes
LDFigures LDFile LDFocus LDftp LDGeography
LDGraph LDGraphicsWindow LDHashTable LDHID LDIcon
LDImage LDInline LDIOWarrior LDList LDLogic
LDMath LDMathX LDMatrix LDMusic LDNetwork
LDPhysics LDProcess LDQueue LDRegex LDResources
LDScrollBars LDSearch LDServer LDSettings LDShapes
LDShell LDSort LDSound LDSpeech LDStatistics
LDStopwatch LDText LDTextWindow LDTimer LDTranslate
LDUnits LDUtilities LDVector LDWaveForm LDWebCam
LDWindows LDxml LDZip

LDEmail
Email Methods.

Attachment Body From
Password Port Recipient
Send Server Subject
UseSSL

Attachment
Attachment file.

Body
Email body text.

From
From email address.

Password
Email client password.

Port
SMTP port (default 587).

Recipient
Recipient email address.

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.

returns "" for success or an error message.

Server
SMTP server (default "smtp.gmail.com").

Subject
Subject text.

UseSSL
"True" or "False" (default "True").