Skip to content

Set Up Email

Reflection Gateway supports a number of optional email notification services. The procedures in this guide demonstrate how to configure a number of email notifications. To support these services, you need to configure access to an email server and also configure the server address that will be used in URL links included in email messages.

Configure the email server connection

  1. Log onto Gateway Administrator using the default admin account.

  2. Go to System > Email Server, click Enabled, then enter values for connecting to your email server.

  3. Click Retrieve Certificate.

  4. Click Test Connection. (This tests the current on-screen settings. These settings are not saved until you click Save.)

  5. Click Save.

The connection test on the Email Server page confirms that the server can be reached, but does not confirm that outgoing messages will be successful. You can use the next procedure to test an outgoing email. This helps ensure that the email server settings you entered meet your email server's requirements.

Test an outgoing message using your email server settings

  1. Click the Email Templates tab. The Account Creation template is displayed by default.

  2. Below the template text, click Preview to expand this portion of the page.

  3. Enter your email address in the To box.

  4. Click Send Test Email. You should receive a sample Account Creation email.

Some emails sent from Gateway Administrator include a URL that Reflection Gateway users can use to set a password or connect to the Reflection Identity Manager. By default, these links use localhost as the server address. In this evaluation, you will create Transfer Sites that use these emails. To support this feature from any workstation, you need edit to replace localhost a server name or IP address.

Configure the base server URL used in Transfer Site email message links

For this procedure you will edit a text settings file, then restart the Gateway Administrator service.

  1. Log out of Gateway Administrator.

  2. Open the Gateway Administrator container.properties in a text editor. The default location of this file is:

    C:\Program Files\Micro Focus\ReflectionGateway\GatewayAdministrator\conf\container.properties
    
  3. Locate the following lines:

    # Public facing base URL of Transfer Server (for example https://attachmate.com:9492)
    transfer.server.url=https://localhost:9492
    
  4. Replace localhost with the host address of your Reflection Transfer Server. For example:

    transfer.server.url=https://gatewayserver.mydomain.com:9492
    
  5. Save the edited properties file.

  6. Open the Windows Services console and restart the Gateway Administrator service. A restart is required after any changes to the properties file.

    Note

    It make take up to several minutes after the restart before you can log in again to the Gateway Administrator.