Workflow Soluiton

 View Only
  • 1.  Schedule Send EMail

    Posted May 16, 2011 09:49 AM

    I need to schedul a send email to users about workflow tasks informations.

    In first time, I scheduled a report to send informations about a next tasks, but the file is sended attached in email and I need send the informations open in a email.

    2 questions.

     

    1) Exist any way the send report (schedule report) by email (but the contend in email and not attached).

     

    2) How to proceed to create a project to send email diary to specifical users about informations.

     

    Altiris Workflow Solution

     

    Thanks,

     

    Everton 



  • 2.  RE: Schedule Send EMail

    Posted Jun 15, 2011 01:30 PM

    This is the wrong forum, I will move this over to the Altiris forum for you.



  • 3.  RE: Schedule Send EMail

    Posted Jun 15, 2011 03:37 PM

    1. You can send the content in either the body of in the form of attachments with the Send Email component. For the body, you can "form" the content beforehand and just plug it into the Body variable. For attachments, you need FileDataTypes on the stream that point to your attachments. The Read File component can place these FileDataType elements on the stream.

    2. If you want to send an email on a schedule, you have several options... you can use a Monitoring project and set the schedule to be daily, or you could use a Workflow with an Auto Start component that makes a determination if a "new day" has occurred.

    I can provide more information if needed.