Kodall
Packages

Package: mail

Methods

isValidAddress

TEXT
function isValidAddress(address as string) as bool

Returns true if the specified email address is valid.

send

TEXT
function send(to as string, subject as string, body as string) as bool

Sends an email.

sendFile

TEXT
function sendFile(to as string, subject as string, body as string, idStorageFile as int) as bool

Send an email with a file as an attachment.

sendFileWithLabel

TEXT
function sendFile(to as string, subject as string, body as string, label as string, idStorageFile as int) as bool

Send a labeled email with a file as an attachment.

sendWithLabel

TEXT
function sendFile(to as string, subject as string, body as string, label as string) as bool

Sends a labeled email.