Pesquise respostas existentes para suas dúvidas sobre produtos e suporte.
Familiarize-se com nosso site de suporte e conheça as melhores práticas para trabalhar com nossa equipe.
Gerencie Solicitações de Serviço; visualize e atualize solicitações de serviço enviadas por você e por outras pessoas da sua organização.
Envie um novo problema para nossa equipe de suporte técnico.
Informações sobre o Oracle B2C Service fornecidas por especialistas da nossa equipe de Suporte Técnico.
Explore recursos para ajudar você a lançar sua implementação e garantir uma entrada em produção bem-sucedida.
Acesse sua conta OCI.
Encontre a documentação do produto para versões compatíveis do B2C e bibliotecas de documentação para soluções de serviço relacionadas.
Você terá as ferramentas para melhorar a experiência dos seus clientes ao conhecer tudo o que nossos produtos podem fazer.
Encontre links para documentação de API, Processos Personalizados, Portal do Cliente e Framework de Extensibilidade da Interface de Usuário do Navegador do Agente.
Explore como os aceleradores são projetados para demonstrar como um cenário de integração pode ser criado usando os recursos públicos de integração e extensão do Oracle B2C Service.
Prepare-se para uma transição bem-sucedida revisando as alterações e melhorias das próximas versões.
Explore webinars, eventos e kits de recursos para conhecer os recursos, funcionalidades e melhores práticas do B2C Service com especialistas técnicos.
O Oracle MyLearn oferece um portfólio de recursos de aprendizagem gratuitos e pagos, baseados em assinatura, para ajudar você a adquirir habilidades valiosas, acelerar a adoção da nuvem, aumentar a produtividade e transformar seus negócios.
Capacite sua equipe com as habilidades necessárias para implementar, configurar, gerenciar e usar seus aplicativos com o treinamento do Customer Experience Cloud.
Nosso objetivo é promover um ambiente amigável e colaborativo, no qual os membros possam colaborar facilmente entre si em soluções e melhores práticas.
Faça e responda perguntas específicas sobre B2C.
Este é um recurso interessante criado para ajudar com o Oracle Service Cloud Analytics.
Compartilhe ideias de melhoria de produto e solicitações de aprimoramento com o Desenvolvimento da Oracle, enquanto colabora com outros clientes e parceiros da Oracle.
Atualize seu número de telefone, preferências de notificação por e-mail e preferências de contato para severidade 1 e severidade 2.
Visualize os gerentes de contato da sua organização.
Encontre as informações de contato do Technical Account Manager (TAM) e do Client Success Manager (CSM) da sua organização.
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