The Environ class provides special properties to JavaScript. This object is available
to all scripts.
Properties
Name | Type | Description |
debugging | boolean | Indicates whether the scripts are in debugging mode (read-only) |
emailFrom | String | Returns the SMS Admin SMTP Server setting for From (read-only) |
emailReplyTo | String | Returns the SMS Admin SMTP Server setting for Reply To (read-only) |
hostIP | String | Returns the IP address of the SMS Server (read-only) |
hostName | String | Returns the host name of the SMS Server (read-only) |
SMTPServer | String | Returns the SMS Admin SMTP Server address (read-only) |
Methods
There are no Environ methods accessible from JavaScript.
Sample usage
var hostName = environ.hostName;