---
格式版本: 2
标题: "Configure OCI Email Delivery for Oracle Fusion Data Intelligence | analytics"
原文链接: "https://blogs.oracle.com/analytics/configure-oci-email-delivery-for-oracle-fusion-data-intelligence"
发布日期: "2026-08-21"
发布时间校准状态: "found"
发布时间需复核: "否"
发布时间来源: "rule:local:strict_original_body"
发布时间证据: "August 21, 2026 6 minute read"
发布时间校准原因: "规则确认唯一严格发布时间，来源 local:strict_original_body"
发布时间校准置信度: "high"
发布时间候选数量: 5
发布时间严格候选数量: 1
发布时间原页读取状态: "source template page reused from URL open"
发布时间未找到原因: ""
发布时间校准时间: "2026-08-21T10:05:56+08:00"
发布时间仲裁状态: "skipped"
发布时间仲裁尝试次数: 0
发布时间仲裁耗时毫秒: 0
发现时间: "2026-08-21T09:56:58+08:00"
入库时间: "2026-08-21T02:05:56.208Z"
来源平台: "固定入口"
搜索渠道: "fixed_url"
搜索词: "https://blogs.oracle.com/?page=news"
匹配关键词:
  - "delivery"
  - "OAC"
相关厂家:
  - "Oracle"
相关专家:
  []
内容类型: "网页"
抓取工具: "CDP Render"
清洗工具: "CDP Text + Defuddle/Readability 正文提取"
原始附件:
  []
AI优质: "否"
AI打分: 15
AI分档: "非优质"
AI质检状态: "不通过"
AI打分理由: "内容为Oracle云电子邮件投递配置教程，与超节点/AI Rack/机柜级AI基础设施完全无关，仅因“delivery”一词命中，非项目相关技术或商业信息。"
AI质检模型: "ali-deepseek-v4-flash"
AI质检时间: "2026-08-21T10:06:00+08:00"
AI主题相关性: 0
AI来源权威性: 10
AI新颖性: 0
AI技术细节: 0
AI商业部署信号: 0
AI完整性: 5
AI摘要: "本文介绍如何为Oracle Fusion Data Intelligence（FDI）配置OCI Email Delivery，以便通过电子邮件可靠发送报告、警报和通知。"
AI摘要模型: "ali-deepseek-v4-flash"
AI摘要时间: "2026-09-07T02:13:05.428Z"
采集批次: "2026年8月21日9点50分40秒"
采集批次ID: "20260821-095040-035"
去重键: "https://blogs.oracle.com/analytics/configure-oci-email-delivery-for-oracle-fusion-data-intelligence"
---

This article explains how to configure OCI Email Delivery for Oracle Fusion Data Intelligence (FDI), giving you a reliable way to send reports, alerts, and notifications to stakeholders by email.

OCI Email Delivery provides a fully managed outbound email service with built-in authentication and sender reputation management, reducing the need to maintain your own email infrastructure. It’s also a practical option when FDI can’t access your organization’s internal email server.

The configuration connects OCI Email Delivery with FDI to support secure outbound communication. Once complete, you’ll have an email setup ready to distribute FDI reports and insights across your organization.

## Prerequisites

Before you begin, make sure you have:

- Access to the OCI Console.
- An email domain to use for sending emails. Private domains aren’t supported.
- Access to your organization’s DNS Administrator.
- Access to the FDI Environment.

## Step 1: Create an Email Domain

Register your organization’s existing email domain with OCI Email Delivery.

1. From the OCI Console, click **Developer Services**, then click **Email Delivery**, and select **Email Domains**.
2. Click **Create Email Domain**.
3. Select the compartment that you want to use. If you’re unsure which one to use, contact your OCI administrator.
4. Enter the email domain, such as company.com.
5. Click **Create** and wait for the lifecycle status to change to Active.

**Note**: DKIM (DomainKeys Identified Mail) signing initially shows as Inactive. You’ll configure it in the next procedure.

![Screenshot of Oracle Cloud Infrastructure Screen under Email Domains with a box around the  'Create Email Domain' button.](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/Screenshot-2026-08-20-at-9.36.19-AM-scaled.png)

Create Email Domain

## Step 2: Configure DKIM

DKIM (DomainKeys Identified Mail) authenticates emails sent from your domain.

1. Open the email domain that you created in Step 1.
2. Under DKIM, click **Add DKIM**, then click **Add new DKIM**.
3. Enter a DKIM selector, such as fdi, and click **Generate DKIM**.
4. Copy the generated CNAME Name Record and CNAME Value to a text file to use in a later step.
5. Ask your DNS administrator to create a CNAME record using these values.
6. After OCI verifies the DNS record, confirm that DKIM Signing status is Active.

**Note**: DNS propagation can take several minutes or hours.

![Screenshot of Oracle Cloud Infrastructure Screen under Email Domains with a box around the button 'Add DKIM'](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/Screenshot-2026-08-20-at-9.13.44-AM-2048x869.png)

Add DKIM

![Screenshot of Oracle Cloud Infrastructure Screen under Email Domains with a box around 'Active' relating to Lifecycle Status.](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/Screenshot-2026-08-20-at-9.45.41-AM-1-2048x953.png)

Lifecycle Status displays as Active

## Step 3: Create an Approved Sender

The Approved Sender is the email address that’s displayed in the From field. It must use the domain configured in Step 1, such as reports@company.com.

1. In OCI Email Delivery, click **Create Approved Sender**.
2. Enter an email address approved by your organization for automated emails.
3. Click **Create Approved Sender**.

![Screenshot of Oracle Cloud Infrastructure Screen under Approved Senders with the box around 'Create Approved Sender'](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/Screenshot-2026-08-20-at-9.49.35-AM-2048x865.png)

Create Approved Sender

## Step 4: Assign OCI Email Delivery Permissions

The user generating the SMTP credentials needs permission to manage OCI Email Delivery resources.

1. Go to **Identity & Security**, then click **Groups**.
2. Select or create a group and add the user who’ll generate the SMTP credentials.
3. Go to Identity & Security, select **Policies**, and click **Create Policy**.
4. Enter a policy name and description.
5. Add the following policy statements:
- Allow group \<group-name> to manage email-family in tenancy
- Allow group \<group-name> to manage approved-senders in tenancy
- Allow group \<group-name> to manage suppressions in tenancy
6. Replace \<group-name> with your group name and click **Create**.

![Screenshot of Oracle Cloud Infrastructure Screen under Groups with two boxes around group name and user.](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/image-10.png)

Ensure a group is created for user

![Screenshot of Oracle Cloud Infrastructure Screen under Policies showing the policy statements to add to Policy Builder.](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/image-9.png)

Add policy statements to Policy Builder

## Step 5: Generate SMTP Credentials

FDI uses SMTP credentials to authenticate with OCI Email Delivery.

**Tip:** Use a dedicated service or system account to avoid interruptions caused by changes to individual user accounts.

1. Go to **Identity & Security**, select **Domains**, and click **User Management**.
2. Select the identity domain and service account that you’ll use for email delivery.
3. Open SMTP Credentials and click **Generate SMTP Credentials**.
4. Save the SMTP Username and SMTP Password in a secure location.

***Important***: The SMTP password is displayed only once. Store it securely before closing the window.

![Screenshot of Oracle Cloud Infrastructure Screen under SMPT credentials with a box around 'Generate SMTP Credentials'.](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/image-8.png)

Generate SMTP Credentials

## Step 6: Configure Mail Settings

In the Oracle Analytics Cloud (OAC) Console, go to **Mail Settings** and configure the following parameters:

1. SMTP Server: OCI Email Delivery SMTP endpoint for your region.
2. Port: 587
3. Display Name of Sender: Name recipients will see, such as Company Reports.
4. Email Address of Sender: Approved Sender from Step 3.
5. Authentication: Select Basic.
6. Username: SMTP username from Step 5.
7. Password: SMTP password from Step 5.
8. Connection Security: Select STARTTLS.
9. TLS Certificate: Keep the default unless your organization requires otherwise.
10. Click **Save**.

**Note**: It may take a day or longer for the **New** button to appear in OAC when scheduling a report.

![Screenshot of FDI Console Screen  under Main Settings Screen displaying the mail server settings to be configured. ](https://blogs.oracle.com/analytics/wp-content/uploads/sites/86/2026/08/Screenshot-2026-08-20-at-9.57.42-AM-2048x1137.png)

Configure Main Settings in FDI Console

## Step 7: Test Email Delivery

1. From **Catalog**, select a report, and in More Actions (**…**) click **Schedule**.
2. On the Schedules tab, click **New**.
3. On the Email tab, enter the recipient, subject, and optional message.
4. Schedule the report.

**Tip:** Send a test report to yourself so you can quickly confirm delivery.

Confirm that you receive the email, the sender’s information is correct, and the report opens successfully.

## Call to Action

You’re all set! Start using FDI email delivery to schedule reports, share analytics, and keep stakeholders up to date. For more ways to get the most out of FDI, explore the Oracle Analytics Help Center. [https://docs.oracle.com/en/](https://docs.oracle.com/en/)
