WarningEmail_MessageSubject

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

SetStartup WarningEmail_MessageSubject <Message SUBJECT Text>

       Where:

               <Message SUBJECT Text> is a literal string. the Text to use as the subject line for success emails.

 

Description:

This option defines the custom subject line that will be used as the subject of the email generated by a warning during the processing a script.  This option values the Subject textbox on the Warning Email tab of the EMUE Tools - Current Settings - Option Settings dialog.  If not provided, EMUE will use the standard subject for the warning email.  Warnings occur when EMUE's license is about to expire or when there is a delay within a command that is longer than the time configured by SendEmailOnCommandDelay.

 

The string can contain one or more of the following terms that will be replaced when the email is sent.

Value

Will be replaced by

#TODAY#

The current  date in the format MM/DD/YYYY

#DATE#

The current date in the format MMDDYY

#NOW#

The current time in the format HH:MM:SS

#TIME#

The current time in the format hhmmss

#INPUTFILENAME#

The name of the current input file without path or extension

#SCRTIPTFILENAME#

The name of the current script file without path or extension

#SCRIPTFOLDER#

The name of the folder path where the current script file is located

 

 

 

Sample:

       The following statement instructs EMUE to use a custom subject line for warning emails.

SetStartup WarningEmail_MessageSubject "CHARGE POSTING SCRIPT had a delay at #NOW# on #TODAY#"

 

See Also:

WarningEmail

SuccessEmail

SetRuntime

SendEmailOnCommandDelay

SMTPEncryption