Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 13 Next »

Introduction

The integrated messenger module of the NETx Server allows to send an email in an action used in an alarm or a scheduler event.

Prerequisites

  • An email address is required.
  • Enabling SMTP access allows you to send email through your own mail server.

Core Server configuration

Open the Modules / Messenger /[Live] Email menu entry and add a new definition (right click / Insert new definition).


Provide the following information for an email profile:

FieldDescription
ProfileThe profile name.
FromThe email address used in the from field of a sent mail.
HostHost name or IP address of the SMTP server.
PortSMTP service port number.
UseAuthenticationLogin flag.
UsernameLogin for the SMTP server (typically email or user name).
PasswordLogin password.
UseSslSet to true if the SMTP connection shall use TLS.
DefaultRecipientRecipient e mail address if recipient parameter is not used in XLogic command.

Example of an email profile:

Send a test email

As mentioned in the Messenger module configuration, a pre-built messenger XCommands is available. We can use the MESSENGER.SENDEMAIL XCommand to send a test email.

In the Core Studio, select the Tools / Run XCommand... menu entry. Select the MESSENGER.SENDEMAIL Command. Provide the messenger mail profile name, the recipient's email address, the subject, a body and an optional attachment.

Click Execute to send the email. You should receive an email from the configured profile's email to the destination email.


  • No labels