Integrations

SMTP Server

This section provides information about the Logger's SMTP settings.

Configure SMTP Settings

You can receive many critical notifications such as alerts, report outputs, event tracking on Logger via your own mail server. Please follow the steps below to make mail server settings:

If the server where the logger is installed has relay authorization, leave the password field blank.

Secure Socket Options 📤

  • Secure Socket Options: It may vary according to the security settings of your mail server.
    • None: Check this option if your mail server does not use any encryption. Port 587 (SMTP) is usually used.
    • SslOnConnect: SSL/TLS encryption starts immediately when the connection is initiated. Your server must be using SSL. Port 465 (SMTPS) is usually used.
    • StartTls: The connection initially starts in plain text, then switches to encryption with the STARTTLS command. Your server must be using SSL. The port is usually used as 587 (SMTP), 143 (IMAP), 110 (POP3).
    • StartTlsWhenAvailable: If the server supports STARTTLS, start encryption; if not, continue without encryption.
    • Auto: Usually the client automatically chooses the most secure connection type that the server supports.

How To Use ? 🤔

To add a Smtp Server, go to Management > Objects > Smtp Servers

Add SMTP Server

From the Smtp Servers page, click the Create New button and follow the steps below.

  • Server: Your SMTP Server address. Ex: mail.serveraddress.com
  • Sender Address: Sender mail address. Ex: alert@serveraddress.com
  • Username: If there is no username defined for your sender mail address, you can write the same mail address as above. If you have a defined username, it is recommended to write this username.
  • Password: Your mail account password. If the server where the logger is installed has relay authorization, leave the password field blank.
  • Outgoing Server Port: Your SMTP server port. Ex: 587
  • Sender Name: The sender name in the incoming mail. Ex: Logger
  • Secure Socket Options: It may vary according to the security settings of your mail server
  • Recipient Address: Recipient mail address.
  • Then click on the Test SMTP Settings button and check the inbox of your recipient email address.
  • If you received the test mail, you can save the settings by pressing the Add button.