DX Unified Infrastructure Management

  • 1.  Email LUA output to text file

    Posted Jul 30, 2018 12:21 PM

    I want to redirect the LUA script output to a text file as email attachment. Right now  i am emailing the output using

    rc = action.email (recipient,subject,buf). Is there any way to send it as txt attachment in email ?



  • 2.  Re: Email LUA output to text file
    Best Answer

    Broadcom Employee
    Posted Jul 30, 2018 03:57 PM

    the built in LUA action. email does not have the ability to do attachments.

    this basically is creating a nimbus message to be sent out the emailgtw which does not support attachments.

     

    You could use a third party tool to send email from a command line that dues support attachments.

    or open an ER to have this functionality added.