Below are the steps

  1. Log in to your DNS provider (e.g. GoDaddy, Cloudflare, Namecheap)
  2. Find your existing SPF record. It is a TXT record starting with v=spf1
  3. Add include:[spf.myonlinebakery.com](<http://spf.myonlinebakery.com/>) before the final ~all or all
  4. Save

Example

Before: v=spf1 include:_[spf.google.com](<http://spf.google.com/>) ~all

After: v=spf1 include:_[spf.google.com](<http://spf.google.com/>) include:[spf.myonlinebakery.com](<http://spf.myonlinebakery.com/>) ~all

If you do not have an SPF record yet, create a new TXT record on your root domain with this value:

v=spf1 include:[spf.myonlinebakery.com](<http://spf.myonlinebakery.com/>) ~all

Important: a domain can only have one SPF record. Do not create a second one. Edit the existing one.

If you have the old IP address 136.179.20.59 in your SPF record, you can safely remove it.

DKIM

Our DKIM records have NOT changed. Please verify below:

Hostname: default._domainkey

DKIM Public Key (TXT Record Value)

v=DKIM1;k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3QV+e7ianee0fBO2CWzKqf+eqve6iE74WYqq+kBxi1riCTGzoJ3grqU8WpLe75CO2CCppRXLq34Rv+k9zJG/T36GxziZkXoKopV0txf3NvnbLAkJBtsngsmM1lnAZoVpzQGZpPo8ZbEBuclSnYshAb1+krQ848qUPjfBfH68WbQIDAQAB

Record Format

Create a TXT record:

Field Value
Name/Host default._domainkey
Type TXT
Value (DKIM key above)