Deployment Solution

 View Only
  • 1.  Action Send a Mail

    Posted May 15, 2009 04:26 AM
    a question?
    i have configure the agent monitor, with a action send a mail.
    My question is this  where i can get the documentation for paramit the mail ?
    Many TKS


  • 2.  RE: Action Send a Mail

    Posted May 15, 2009 08:05 AM
    I use this script to send a notification when a job completes.  I'm sure you could modify it.  Also, bmail is free, just do a quick google search on it and you can download it.  This particular script is set to run on the server (not on the production client).


    echo The job named "%CALLINGJOBNAME%" completed on %COMPNAME% on %DATE% at %TIME% >> "c:\scripts\altiris_results.txt"

    "c:\scripts\bmail.exe" -s 192.168.8.3 -t helpdesk@yaskawa.com -f Altiris@NOREPLY.com -h -a "%COMPNAME% Deployment Job Completion Notification" -m "c:\scripts\altiris_results.txt"

    del "c:\scripts\altiris_results.txt" 


  • 3.  RE: Action Send a Mail

    Posted May 15, 2009 08:27 AM
    Many tKS,
    but this is not the solusione.
    I want to castomize the mail in the action on the package with the variable but i heve not find the manual for variable.
    ES. of mail

    subject: %ComputerName% worning cpu > 90 % for 4 minutes.

    could you help me for risolve this message?

    TKS



  • 4.  RE: Action Send a Mail

    Posted May 15, 2009 09:54 AM
    Unfortunately, I do not use what you are talking about.  I just assumed that you might be able to take the script and modify it for your needs. 


  • 5.  RE: Action Send a Mail

    Posted May 15, 2009 09:59 AM
    dnova5063, sounds like you might be talking about NS and not DS.