Summary
|
Email Alerter
|
Info |
Category: |
Monitoring |
|
AddIn: |
Base Layer |
Creator: |
OkazoLab |
|
Scope: |
Parent event |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Settings |
Alert Mode | Defines a time point in the parent event, when the element automatically dispatches an alert. In the manual mode, an alert can be dispatched at any moment by calling the runtime command in code: 'SendAlertNow=true;' | | enAler.. | |
Recipient Email | Defines recipient's email, e.g. name@gmail.com | | String | |
Sender Email | Defines sender's email, e.g. name@gmail.com | | String | |
Sender Password | Defines sender's password for the SMTP server | | String | |
SMTP Server |
SMTP Server | Defines the address of the SMTP server. | | String | |
SMTP Port | Defines the port number on the SMTP server. | | Int32 | |
Timeout | Defines the timeout of email transmission in ms. | | Int32 | |
Enable SSL | Defines whether SSL mode is enabled. | | Boolean | |
Alert |
Email Subject | Defines email's subject (title). When a text longer than 998 characters is assigned to the subject, it can be cut off in sending. | | String | |
Email Body | Defines email's main text | | String | |
Send Alert Now | This action dispatches an alert in the manual mode. Use in snippets as 'SendAlertNow=true;' | | Boolean | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
Email Alerter Element allows sending email or sms alerts at the selected moments of experiment. Read the Okazolab FAQ blog for details on enabling free SMS alerts with this element.
Description
...
Snapshots
Snapshot 1
| Snapshot 2 |
Practical Use
...
Technique 1
- Step 1
- Step 2
...
=== Technique 2 === - Step 1
- Step 2
...
// Check the trial outcome. Result and RT just other user variables
// insert code snippet here..
...
== Notes ==
... - Insert Notes here..
- Insert Notes here..