Instead of "send email" action choose "execute script" In the script code //------------------------- // send email notice MailSend "Exchange Settings", & "password", & "user@domain.com", & "Message from job @V"job_id"", & "Your message here" // trigger another job JobRun id_of_job_to_run //------------------------- That's it. Replace message text and parameters as needed. : Both solutions are fine!!! : THANKS
|