I've got the following batch file working however when an alert is triggered, I am still not rec'g the emails. If I double click the batch file, I receive the emails fine. Any help would be greatly appreciated...
Using sendEmail...
c:\sendemail-v155
sendemail -f events@julius.com -t oj@julius.com -u Alert %1 -m "Alert %1 !" -s mail.julius.com
exit
Log an entry and Run this Program: are checked... Run this program points to -> \\julius\c$\sendemail-v155\alert2.bat (I have also tried just c:\sendemail-v155\alert2.bat and it does not work as well)
All command line arguments are checked.
Any and all help is appreciated with this. Thanks!