SEND_EMAIL
Sends an email
Example Usage
SEND_EMAIL(mikev@example.com, "Your notification is ready", "Please login to check messages")
Overview
Function signature
SEND_EMAIL(toaddress, subject, message, link)
Category
Plugin
Return data type
bool
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
toaddress | string | The email recipient(s) | |
subject | string | The subject of the email | |
message | string | The message of the email | |
link | string | An optional application link |