SMTPServer

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

SetStartup SMTPServer <Internet Mail Server>

       Where:

               <Internet Mail Server> is a literal string.

 

Description:

This option defines the TCP/IP address or DNS Name of the server that EMUE will use to send notification emails.  This option values the SMTP Server textbox on the Email Notifications tab of the EMUE Tools - Current Settings - Option Settings dialog.

 

Note: Leaving this value blank will result in EMUE attempting to use the local PC as an SMTP Server. This command can be used with the SetRuntime which will allow you to turn on / off the command during the script, not just at the beginning with the SetStartup.

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 use the SMTP server located at mail.organization.com.

SetStartup SMTPServer "mail.organization.com"

 

See Also:

SetRuntime

SMTPEncryption

SMTPUsername

SMTPPassword

SMTPPort