惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
V
V2EX
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
美团技术团队
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Configuring a Custom “From” Email Address in Oracle Integ...
Naveen · 2026-05-11 · via DEV Community

Naveen

By default, Oracle Integration Cloud (OIC) sends notification emails using an Oracle‑managed email address such as:
no-reply@mail.integration.eu-frankfurt-1.ocp.oraclecloud.com

While this works, it is not ideal for enterprise usage due to branding, trust, and spam‑filtering concerns. Most organizations prefer emails to be sent from their own domain email address (for example, noreply@yourcompany.com).

This blog explains how to configure a custom “From” email address in OIC so that emails are delivered successfully and behave like authenticated, non‑spam emails.

Step 1: Add a Custom Sender Email Address in OIC

  1. Log in to Oracle Integration Cloud.
  2. Navigate to:

Settings → Notifications

  • Go to the Senders tab.
  • Click Add Email Address.
  • Enter your required email address, for example: noreply@yourcompany.com

Step 2: Verify the Email Address

  • After adding the email address, Oracle sends a verification code to that mailbox.
  • Access the mailbox and retrieve the verification code.
  • Enter the code in OIC to complete verification. Once verified, the email address will appear as an approved sender in OIC.

Step 3: Raise an Oracle Support Ticket (Mandatory)

Even after verification, additional DNS configuration is required to prevent emails from being marked as spam.
What to do:

  1. Raise an Oracle Support (SR) ticket with the request: “Please provide the CNAME record details required to configure a custom sender email address in OIC.” Oracle Support will provide: ✅ CNAME Key ✅ CNAME Value

Step 4: Update DNS Records (With DNS Admin)
Share the CNAME details received from Oracle Support with your DNS administrator and request them to:

  • Add the CNAME key and value to your domain’s DNS records This step is critical to:
  • Validate Oracle as an authorized sender
  • Improve email trust
  • Avoid spam filtering or message rejection

Step 5: (Optional but Recommended) Configure SPF Records

In addition to the CNAME record, it is strongly recommended to configure SPF (Sender Policy Framework).

SPF configuration helps:
✅ Improve email deliverability
✅ Prevent spoofing
✅ Reduce spam classification

Ask your DNS administrator to:

  • Update the SPF record in DNS Lookups Step 6: Use the Custom “From” Address in Integrations Once all configurations are complete:

Always use the verified custom email address as the FROM address in your OIC integration notifications.

This applies to:

  • OIC Integration Insight notifications