email

  • 15 Nov

    Q&A 30: I only want to email the latest run time log

    Q: I only want to have email the latest run time. We are trying to come up with a standard email notification format, and we just could not figure out to set up email body as we want. What I would like to want is to have email only to show the result of the latest action.

    A: We are going to use a small Pascal Script to achieve this. Please have a look at the following screenshots.

    Open the Pascal Script Setup of this Rule:

    • Enable ‘On Rule Begin’
    • Add the following ‘On Rule Begin’ Script. Function psRTLog will clear the RunTime Log.
    Begin
      psExitCode:= 1;
      // ... add your code here
      psResetRTLog;
    End.

    Limagito File Mover Reset RunTime Log

    In your email setup you can use  %LRT  (%LRT = Log RunTime) to show the RunTime Log content:

    Limagito File Mover Email Setup

    We decided to make it even easier in our latest version and added an alternative to using Pascal Script. This new build will be available soon.

    Limagito File Mover Clear Log at Rule Begin

    If you need any help with our ‘Clear Log at Rule Begin’ option, please let us know.

    Best Regards,

    Limagito Team

    By Limagito-Team Logging Q&A , , ,
  • 07 Jun

    Q&A 14: it looks like LimagitoX File Mover might not be sending emails

    Q: SMTP setup – we currently have an onsite email relay that is open to all network resources but it looks like Limagito might not be sending emails. Is there something we need to do to send alerts?

    A: No, not really. What error message do you receive when you click on the test button?

    Just to be sure. Please have a look at the following screenshot.
    1. Enable Common SMTP
    2. Setup Common SMTP
    3. Setup Message (important, use valid From and To email addresses)
    4. Click ‘Test Email’ button
    In this example we selected and enabled the ‘On Succes’ Event. Do not forget to enable Mail option for the ‘On Success’ Event.
    LimagitoX File Mover Email Event

    LimagitoX File Mover Email Setup

    Feedback from user: This helped me get email working. Thank you!

    If you need help with the ‘Email Setup’, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Q&A ,
  • 25 Jul

    %LRT, RunTime Log parameter Setup

    Starting from version 11.07.25.0 & 10.7.27.0

    One of the new parameters that we’ve added in LimagitoXI is called RunTime Log parameter or  %LRT. At the moment this parameter can be used in the email events.

    Some usage examples. Suppose we have a RunTime Log of 100 lines.

    • %LRT
      • The complete RunTime Log will be added to the email
    • %LRT:1-5:
      • Line 1 to 5 of the RunTime Log will be added to the email
    • %LRT:5-1:
      • Line 5 downto 1 of the RunTime Log will be added to the email
    • %LRT:0-10:
      • Line 100 downto 91 of the RunTime Log will be added to the email
    • %LRT:10-0:
      • Line 91 to 100 of the RunTime Log will be added to the email

    If you have any question about the usage, please let us know.

    Regards,

    Limagito Team

     

     

     

    By Limagito-Team Parameters , , ,
1 2 3
SEARCH