Message
A very basic interface for messaging needs. It offers a single command: send to send a message (typically an email message).
Message.send(message);
Hint: most wireless carriers provide email-to-sms address for your phone number. You could use our mobile email address to receive those messages on your mobile device.
#
Message.sendSend a message to recipients listed in Preferences under “Alerts“. A list of receipients must be predefined in the configuration file. This was done as a security precaution. Recipient typically would be our email address.