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 “
I am using this code to send email.
Can some pls help me how I can add the information.
Thanks in advance,
Uma