SMTP Server TYpes

This describes the properties needed to configure IMan to send email through an SMTP server. Office365 users should use the Office365 Smtp Server specific instructions.

ID

The unique Id of the SMTP Server.

Description

A useful description of the SMTP Server

Server Type

Smtp will be selected.

Host

The Smtp server host.

Username

The username of the email account to connect to.

Password

The password of the email account to connect to.

Protocol type

  • Unsecured
    • The connection made to the server will be unencrypted.
  • SSL (Deprecated)
    • The connection made to the server will be over SSL. This is available only for old servers and backwards compatibility (SSL is now deemed unsecure).
  • TLS
    • Connections will be made over TLS, typically TLS 1.2.

Port

The port on the server on which the Smtp service accepts connectioons. Changing the Protocol Type will set to the Port to the default/standard value per protocol.

  • SMTP: 25
  • SSL: 465
  • TLS: 587

Test

Click to test to ensure the settings are valid and working.