SendEmail

From Catglobe Wiki
Revision as of 11:03, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



sendEmail

Sends an email to another user. If the email has merge fields, it will be merged before sending.

(Note: all emails can be tracked in the communicator module)

Syntax

sendEmail(email, alias, subject, body)

Arguments

email: Is an expression of string type. It is the receiver’s email address.

alias: Is an expression of string type. It is the receiver’s alias name.

subject: Is an expression of string type. This is the email’s subject.

body: Is an expression of string type. This is the email’s content.

Return type

empty

Examples

sendEmail(“some_email@somemail.com”, "somebody", "test", "This is a test");

Availability

Version 4.8