ErrorEmail_IncludeActivityLog

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup ErrorEmail_IncludeActivityLog {"Yes" | "No"}

 

Description:

This option is used to determine if the EMUE activity log is to be attached to the email that is generated as the result of an error.  This option sets the Include Activity Log checkbox on the Error Email tab of the EMUE Tools - Current Settings - Options Settings dialog.

 

Note: If the SetStartup ActivityLogFile command is not valued, this command is ignored.

 

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 instructs EMUE to attach the activity log to error emails.

SetStartup ErrorEmail_IncludeActivityLog "Yes"

 

See Also:

SetRuntime

SMTPEncryption