SendEmailOnCommandDelay

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

ü

Valid for: SetStartup& SetRuntime

 

Syntax -

SetStartup SendEmailOnCommandDelay <Maximum Delay>

       Where:

               <Maximum Delay> is an integer.

 

Description:

 

This option configures EMUE to send a warning email if EMUE spends more than the time defined by <Maximum Delay> on any one command.  The <Maximum Delay> is defined in minutes.  If any command does take longer to process than the specified time, EMUE will send a warning email to the user configured in the ErrorEmail setting with the subject configured by ErrorEmail_MessageSubject.  The message body will contain information about the script and where the issue occurred.  Sending an email will not prevent the script from continuing execution.   If <Maximum Delay> is set to 0, no email will be sent.

 

Note: By default, EMUE enables encrypted communication with your SMTP email server, if that server supports TLS or SSL encryption (for the specified port). This encryption only encrypts the communication directly with the email server, and provides no protection beyond that point. Generally, email is not considered a secure form of communication, especially when emails are directed to parties external to your network via the internet. As a result, you must use caution when sending emails via EMUE to ensure that any email that may be routed outside of your organization does not contain any PHI.

 

Sample:

       The following statement configures EMUE to send a warning email if any command processes for more than five minutes.

SetStartup SendEmailOnCommandDelay "5"

 

See Also:

SetRuntime

SMTPEncryption