SuccessEmail

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

SetStartup SuccessEmail <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 successfully 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 Success 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.

 

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 values the TO: address for an email generated by EMUE upon the successful completion of a script.

SetStartup SuccessEmail "someone@company.com"

 

See Also:

ErrorEmail

ErrorEmail_BCC

ErrorEmail_CC

ErrorEmail_Priority

SuccessEmail_BCC

SuccessEmail_CC

SuccessEmail_Priority

WarningEmail

WarningEmail_BCC

WarningEmail_CC

WarningEmail_Priority

EmailFrom

SMTPEncryption

EnableDebugger

SetRuntime