Announcement

Collapse
No announcement yet.

E-Mail Alerts

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

  • E-Mail Alerts

    Can anyone point me to documentation on the email alert function in EFS. I am trying to mail myself stuff, and the syntax example I have is not robust enough. I appreciate the help,

    Thomas.

  • #2
    email alert thread

    The thread for email alerts is located here
    http://forum.esignal.com/showthread....&threadid=2475

    Comment


    • #3
      Help...

      Thomas,

      here is some code that will help you...

      PHP Code:
               //  modify the line below to change the email SUBJECT
                // header should have cobra - symbol - long 
                  
      semailsubject ="<' Cobra+ - Long " ;
                
      //  modify the line below to change the email CONTENTS
                  
      semailcontents vMonth+"/"+vDay+"-"+vHour+":"+vMin+":"+vSec+"  Long @ "+rnd(EntryPrice)+ " with a Sell Stop @ "+rnd(StopPrice);
                  
      //  Send the email to the group
                  
      Alert.email(semailcontentssemailsubject); 
      Remember to set up you email alerts through VIEW, then SET ALERTS, then check EMAIL and click on SETTINGS to setup your SMTP address.

      Brad
      Brad Matheny
      eSignal Solution Provider since 2000

      Comment


      • #4
        Thanks Brad . . .

        Thanks for hooking me up . . . the DynaOrder mail seems confusing, this seems a little more straight forward.

        T

        Comment

        Working...
        X