Configure an SMTP server connection

An SMTP server is used for delivery of email notifications, reports, and other communications from DESK to users and administrators.

To configure an SMTP server connection

  1. Log into the Cluster Management Console and select Settings from the menu.
  2. Expand Emails and select SMTP server to display the Configure SMTP server page.
  3. Set Connection security to the security protocol you want to use for your SMTP server.
    The default is No encryption on port 25. If you change Connection security, Port automatically resets to match the standard port number for that protocol. If you manually change the Port number however, changing the Connection security protocol won't reset the Port number.
    • No encryption: Not secure. Default port: 25.
      With No encryption selected, email is sent unencrypted. Use this option only if the SMTP server supports no other option.
    • SSL/TLS: Secure. Default port: 465.
      With SSL/TLS selected, email notifications will be sent out only when an SSL/TLS connection can be established.
    • STARTTLS optional: Not secure. Default port: 587.
      With STARTTLS optional selected, once a STARTTLS connection is established, email is encrypted and sent out using STARTTLS. If a STARTTLS connection can't be established, email notifications will be sent out without encryption.
    • STARTTLS required: Secure. Default port: 587.
      With STARTTLS required selected, once a STARTTLS connection is established, email is encrypted and sent out using STARTTLS. If a STARTTLS connection can't be established, email notifications will not be sent out.
  4. Set Mail server to the address of the SMTP mail server.
  5. Set Port to the port number of the SMTP mail server. See Connection security above for related details.
  6. Set Username and Password if the server requires authentication.
  7. Set Sender email address to the address that should be displayed as the sender's email address.
  8. Set Email test address to the address where you want to send test messages.
  9. Click the Send test message button to check whether your SMTP configuration works. Once you've sent a test message, check the inbox of the account specified in Email test address field to see whether or not your configuration works.