Announcement

Collapse
No announcement yet.

Sending Alert to Specific Cell phone e-mail address or phone#

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sending Alert to Specific Cell phone e-mail address or phone#

    I already have a formula that gives me a sound and/or visual output.How can I add an Alert Message to the formula that would be directed to my specific cell phone email address or specific cell phone number?

  • #2
    reidj
    Add the following command in your script
    Alert.email( sText, sSubject );
    where sText is the text to display in the body of the message and
    sSubject (optional) is the text to print on the Subject line.
    Alex

    Comment


    • #3
      Don't Forget...

      To go into the ALERTS SETUP section (VIEW, then ALERTS) and setup your email alert conditions. Without these, your email alert goes NOWHERE!

      B
      Brad Matheny
      eSignal Solution Provider since 2000

      Comment


      • #4
        Email Alerts

        Where is the Email Alerts Setup area ?

        Comment


        • #5
          J. Richards
          In the main menu select View->Alerts (or click the icon with a yellow bell). Once the Alert Edit/Status window opens put a check mark in the Email alert box and click the Settings button. Fill in the relevant cells.
          Alex

          Comment

          Working...
          X