Configuring email connection for OAuth2 authentication

You must link the OAuth2 configuration to the email configuration set to successfully connect and send email from Landmark to the email server. You can link this configuration by creating email configuration parameters in the Administration Console.

  1. From Administration Console, select the Configuration Parameters tab.
  2. Click Create.
    These are the email parameters you must create:
    Component Parameter name Description
    email mail.smtp.host Set the value to the name of the email server.
    email mail.smtp.port Set the value to the port number of the email server.
    email mail.smtp.auth Set the value to true to enable authentication for SMTP.
    email mail.smtp.authtype Set the value to OAUTH2 to enable oauth2 authentication.
    email mail.smtp.oauth2.configuration Set the value to the name of the OAuth2 configuration to use for the connection.
    email mail.smtp.oauth2.user Set the value to the username to use when connecting to the email server.
    email mail.smtp.starttls.enable Set the value to true to enable TLS authentication for the email server.
  3. Click Save.