Reply To: Duplicate Emails from site

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Duplicate Emails from site Reply To: Duplicate Emails from site

#58771
Jonathan Christian
Participant

    Hey Robert,

    Here’s what I’ve got in the alert exec line:

    Code:

    $HCIROOTsbinemailAlert.sh Facility001 192.168.1.1 site_01 “%A” Jon_Christian@chs.net

    And here’s where I’m calling the mail command in my shell script:

    Code:

    mail -s “$subject” $mailto < $fname

    I’ve tried putting an ampersand after both of those lines, but I’m still getting two emails for each time the alert is triggered. Am I doing something wrong here?