> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailchannels.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup Oracle Hospitality Suite8

> Configure Oracle Hospitality Suite8 (formerly Fidelio Suite 8) to relay outbound mail through MailChannels Outbound Filtering using SMTP authentication and smart host settings.

This guide walks you through configuring Oracle Hospitality Suite8 (formerly Fidelio Suite 8) to relay all outbound mail through MailChannels Outbound Filtering.

## Prerequisites

* Administrative access to the Suite8 server
* Your MailChannels SMTP username and password
* Outbound firewall access to `smtp.mailchannels.net` on port `587` or `465`

## Configure the relay

<Steps>
  <Step title="Open Fidelio Server Properties">
    Right-click the **Fidelio Server** icon in the system tray and select **Properties** to open the Fidelio Server configuration window.
  </Step>

  <Step title="Open Mail Server Setup">
    In the configuration window, select the **Mail Server** tab and click **Setup** to open the Mail Server Setup dialog.
  </Step>

  <Step title="Configure SMTP settings">
    Enter the following values in the Mail Server Setup dialog:

    | Field           | Value                           |
    | --------------- | ------------------------------- |
    | **SMTP Server** | `smtp.mailchannels.net`         |
    | **Port**        | `587` (TLS) or `465` (SSL)      |
    | **Username**    | Your MailChannels SMTP username |
    | **Password**    | Your MailChannels SMTP password |
    | **SSL**         | Enabled                         |
  </Step>

  <Step title="Save the configuration">
    Click **OK** to save the Mail Server settings, then click **Close** to exit the Fidelio Server configuration window.
  </Step>
</Steps>

## Verify the configuration

<Steps>
  <Step title="Send a test email">
    Send a test email from Suite8 to an address you control and confirm it is delivered successfully.
  </Step>

  <Step title="Check the SMTP log">
    Review `fideliosmtplog.txt` in the Suite8 log directory for any errors or status messages related to email sending.
  </Step>
</Steps>
