sending an email when a36 ome to interface

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf sending an email when a36 ome to interface

  • Creator
    Topic
  • #48751
    uma jandhyala
    Participant

      Hi all,

      We are doing cbord upgrade and merges are not working automatically so I am planning to send email when HIS sends A36 . I am able to send email but I need to inlcude acct# , old mr# and new mr# .

      if [cequal “EVN” $segtype]

      if { [lindex $evnflds 1] == “A36”

      exec echo “A36” | mail -s “ADT-A36 “uma@wafoote.org

      I am using this code to send email.

      Can some pls help me how I can add the information.

      Thanks in advance,

      Uma

    Viewing 0 reply threads
    • Author
      Replies
      • #59570
        Daniel Lee
        Participant

          I’ve used this and it worked.  There might be an easier way.  Just replace the [msgget $mh] with your variable names:

          Code:

          system {echo “The Engine received the following duplica
          te charge from PYXIS:nn} [msgget $mh] {” | mail -s “Duplicate Charges Received
          ” daniel.lee@eamc.org}

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.