How to find my DKIM selector?
Find your DKIM selector in your email provider settings (e.g., Google uses "google", Microsoft uses "selector1"). You can also find it in the DKIM-Signature header of any sent email.
Detailed Answer
Your DKIM selector identifies which DKIM key to use for verification. Each email provider uses different selectors.
Method 1: Check your email provider documentation
| Provider | Default selector(s) |
|----------|-------------------|
| Google Workspace | google |
| Microsoft 365 | selector1, selector2 |
| Mailchimp | k1 |
| SendGrid | s1, s2 |
| Amazon SES | Random (check SES console) |
| Postmark | 20240101 (date-based) |
| Mailgun | smtp, k1 |
Method 2: Check email headers
- Send an email to yourself
- View the full email headers/source
- Look for
DKIM-Signature:header - Find the
s=parameter — that's your selector
Example:
DKIM-Signature: v=1; a=rsa-sha256; d=example.com; s=google;
Selector = google
Method 3: DNS lookup If you know the selector, verify the DKIM key exists:
dig TXT google._domainkey.example.com
Method 4: Use IntoDNS.ai Scan your domain at https://intodns.ai — the DKIM section automatically discovers and validates common selectors for your domain.
Multiple selectors: You can have multiple DKIM selectors active simultaneously. This is normal when using multiple email services (e.g., Google for inbox + SendGrid for marketing).
Check your domain now
Use IntoDNS.ai to scan your domain and get instant email insights.
Scan Your DomainRelated Questions
What is SPF, DKIM, and DMARC?
SPF, DKIM, and DMARC are email authentication standards that verify sender identity and prevent email spoofing.
What is the difference between SPF, DKIM, and DMARC?
SPF verifies which servers can send email for your domain. DKIM proves the email was not modified in transit. DMARC ties them together with enforcement policies.
How to check my domain email security?
Use IntoDNS.AI to instantly scan your domain for SPF, DKIM, DMARC, DNSSEC, MTA-STS, and BIMI configuration with a security grade from A+ to F.