WarningEmail |
Top Previous Next |
×V4.1Ø
Valid for: SetStartup & SetRuntime
Syntax - SetStartup WarningEmail <SMTP Email Address> Where: <SMTP Email Address> is a literal string.
Description: This option defines the valid SMTP (Internet) email address that is used as the recipient for an email that EMUE may generate as a result of a warning while processing the script. This address must be provided in order to create a valid email. Separate e-mail addresses by commas or semi-colons to send an e-mail to multiple recipients. When this command is present in a script it causes the Send Email On Warning checkbox to be set and the value of the SMTP Email Address is used to value the SEND TO textbox on the Success Email tab of the EMUE Tools - Current Settings - Option Settings dialog. Error emails are sent when SendEmailOnCommandDelay is set to a number greater than 0 or when EMUE's license is about to expire.
Sample: The following statement values the TO: address for an email generated by a warning in EMUE. SetStartup WarningEmail "someone@company.com"
See Also: |