Lemlist dit de
Bonjour,
Je vous envoie un message privé, avec mon adresse e-mail.
Je vais juste vous demander de m'envoyer un e-mail.
Ca me permettra de vérifier votre DKIM
Comme décrit dans l'article : https://help.lemlist.com/en/articles/5186817-how-to-set-up-your-dkim-spf-and-dmarc
DKIM
1️⃣ Log in to Google Admin:
admin.google.com2️⃣ In the navigation menu on the left-hand side menu > Apps > GSuite > Gmail
3️⃣ Generate a DKIM Key
4️⃣ Create a DNS TXT Record with the DKIM key generated in the previous step.
For this, you will need to go to your domain provider. e.g. GoDaddy, Squarespace, Namecheap, etc.
5️⃣ After creating the DNS TXT record in your domain with the DKIM Key, you can start Authenticating.
SPF
1️⃣ Sign in to your domain account on your domain host's site (not your Google Admin Console). This can be GoDaddy, Squarespace, Namecheap, etc.
2️⃣ Go to the page for updating your domain’s DNS records.
DNS Management, Name Server Management, or Advanced Settings.
3️⃣ Find your TXT records and check if your domain has an existing SPF record. The SPF record starts with “v=spf1…”.
4️⃣ If your domain already has an SPF record, remove it.
5️⃣ Create a TXT record with these values:
Name/Host/Alias - Enter @ or leave blank
Other DNS records for your domain might indicate the correct entry.
Time to Live (TTL) - Enter 3600 or leave the default.
Value/Answer/Destination - Enter v=spf1 include:
_spf.google.com ~all
This can take up to 48 hours to take effect.
DMARC
1️⃣ Go to your domain administrator’s site. Find DNS Management or Settings.
2️⃣ Add this TXT record to your DNS:
Host Name: _dmarc
VALUE (with email): v=DMARC1; p=quarantine; rua=mailto:example@example.com; pct=90; sp=none
The minimum is "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com" (you need to change the bold part)
The email version will send reports to whatever email you put in there.
This is totally optional. Here is the value without the email:
VALUE (no email): v=DMARC1; p=quarantine; pct=90; sp=none