Busca respuestas existentes a tus preguntas de productos y soporte.
Familiarízate con nuestro sitio de soporte y aprende las mejores prácticas sobre trabajar con nuestro equipo.
Manejar Peticiones de Servicio. Ve y actualiza peticiones de servicio tuyas o de otros miembros de tu organización.
Reporta un nuevo problema a nuestro equipo de soporte técnico.
Conocimientos sobre el Servicio Oracle B2C por parte de expertos en el área de nuestro equipo de soporte técnico.
Explora recursos que serán útiles para poner en marcha tu implementación y asegurar un lanzamiento exitoso.
Accede a tu cuenta OCI.
Encuentra documentación del producto para versiones vigentes de B2C y bibliotecas de documentación para soluciones de servicio relacionadas.
Tendrás las herramientas para mejorar la experiencia de los clientes al aprender todo lo que nuestro producto es capaz de hacer.
Encuentra enlaces para la documentación de APIs, Procesos Personalizados, Portal de Clientes, y la Estructura Extensible de la Interfaz de Usuario del Navegador para Agentes (BUI).
Explora cómo los aceleradores son diseñados para demostrar cómo un escenario de integración podría ser construido usando integraciones públicas y las capacidades de extensión del servicio de Oracle B2C.
Prepárate para una transición exitosa al revisar cambios y mejoras próximas a ser lanzados.
Explora webinarios, eventos, y kits de características para aprender sobre las características, funcionalidades, y mejores prácticas para el Servicio B2C brindado por técnicos expertos en el área.
Oracle MyLearn ofrece un portafolio de recursos de aprendizaje basados en un modelo de suscripción gratuito y de paga para adquirir habilidades valiosas, acelerar la inclusión de la nube, incrementar la productividad, y transformar tu negocio.
Empodera a tu equipo con las habilidades para implementar, configurar, manejar, y usar tus aplicaciones con el Entrenamiento de la Nube para la Experiencia del Cliente.
Nuestro objetivo es facilitar un entorno amigable y solidario, donde los miembros pueden colaborar fácilmente entre ellos sobre soluciones y mejores prácticas.
Realiza y responde preguntas específicas a B2C.
Este es un recurso fascinante con el propósito de ayudar con el Análisis de la Nube del Servicio de Oracle.
Comparte ideas de cómo mejorar el producto y solicitudes de mejoras con el equipo de desarrollo de Oracle, mientras colaboras con otros clientes y socios de Oracle.
Actualiza tu número telefónico, preferencias de notificaciones por correo electrónico, y preferencias de contacto para incidentes de severidad 1 y 2.
Consulta los gestores de contactos dentro de tu organización.
Encuentra información de contacto del Gerente Técnico de Cuentas (TAM), y el Gerente de Éxito de Clientes (CSM) para tu organización.
Environment:
Sender Policy Framework (SPF)
Resolution:
Sender Policy Framework (SPFv1) and Sender ID (also known as SPFv2) are two email authentication technologies that use Domain Name System (DNS) to specify which servers are allowed to send email on behalf of a particular domain name. The two technologies share common heritage and are almost identical in how they work. The main difference is how the receiver determines who (what domain) is the sender. SPFv1 uses the domain in the envelope sender address (the MAIL FROM: portion of an SMTP transaction), while Sender ID uses the Purported Responsible Address (PRA).
For your Oracle B2C Service mailboxes, you will need to publish an SPF record if the domain specified in the Envelope From/Bounce Address field in the console is branded to your organization's domain. If you only edit the Friendly From/Branded Address field of the hosted mailbox, then this answer does not apply. However, if you do change the Friendly From/Branded Address field, you will need to set up DKIM. Please see DomainKeys and DKIM email authentication configuration.
Note: If you set the configuration IFWD_UI_FROM_ADDR to 3 allowing forwards to be sent using your agent's personal email addresses, or set the configuration RPT_FROM_ADDR to 2 allowing scheduled reports to be sent using an account's email address, you will need to verify that the domain used by your accounts' email addresses also publishes the SPF record using the below options.
For more information and complete procedures, see Email Management in the online documentation for your release.
How do I implement this SPF change?
Option 1, to use when an SPF record does not currently exist for your domain
The following example shows what you should publish in your SPF record. This example applies to Service email as well as Outreach and Feedback email.
Example: As the director of customer service for Widgets R Us, you want to send email from your hosted Oracle B2C Service site to your customers, and you want to brand your email so that your customers see "offers@widgetsrus.com" in the email's From address.
Action: Define SPF records in the widgetsrus.com DNS as follows:widgetsrus.com IN TXT "v=spf1 include:rnmk.com ~all"
Note: You must add your own domain in your SPF record (e.g. widgetsrus.com as seen above). Also there is a maximum of 10 lookups in an SPF record.
In this example, hosts identified in the rnmk.com SPF record are allowed to send on behalf of widgetsrus.com. The final entry, "~all" defines the policy that will be used. In this case, all email originating from hosts listed in the rnmk.com SPF record that use the domain in the example will be accepted as legitimate sources of email for widgetsrus.com. If the receiver identifies email coming from a host that is not listed in the SPF record, the receiver should soft fail those emails.
Option 2, to use when you have an SPF already and are providing permission for Oracle B2C Service to send emails using your domain
If you already have an existing SPF record you would modify your existing SPF record and not try to publish multiple SPF records.
- If your site has migrated to OCI Mail you need to add include:rnmk.com to your SPF record.
- If your site has not migrated to OCI Mail, you have the option of adding either include:rnmk.com (which adds 2 total lookups) or adding exists:%{i}.spf.rnmk.com (which adds 1 additional lookup). If you chose to use the exists:%{i}.spf.rnmk.com option, this will need to be changed when your site migrates to OCI Mail.
OCI US Government data center
OCI UK Government data center
We do not provide email IP addresses for SPF records since email IPs can change without notice.
Full Specifications For more information on SPF, see http://www.open-spf.org/ and http://www.rfc-editor.org/rfc/rfc4408.txtFor more information on Sender ID, see https://docs.microsoft.com/en-us/exchange/antispam-and-antimalware/antispam-protection/sender-id?view=exchserver-2019