SMTPPort |
Top Previous Next |
×V4.2.1Ø
Valid for: SetStartup & SetRuntime
Syntax - SetStartup SMTPPort <Port> Where: <Port> is a numeric value.
Description: This command configures the port that the SMTP mail relay process will use. By default, the SMTP port is 25.
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: SetStartUp SMTPServer "mail.hospital.org" SetStartup SMTPUsername "IT425" SetStartup SMTPPassword "popsicle71" SetStartup SMTPPort "25" SetStartUp EmailFrom "emue@hospital.org" SetStartup SuccessEmail "emueguru@hospital.org"
See Also:
|