---
title: "7 DKIM Configuration Checks for IONOS Before Sending Emails | DuoCircle"
description: "Discover 7 essential DKIM checks for IONOS to verify DNS records, selectors, alignment, and email authentication before sending business emails."
image: "https://www.duocircle.com/images/og-default.png"
canonical: "https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/"
---

Quick Answer

To configure DKIM for IONOS, verify your email plan, selector, DNS record, and propagation. Then check DKIM alignment with SPF and DMARC, send a test email, and review authentication results to ensure secure and reliable email delivery.

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=undefined%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=7%20DKIM%20Configuration%20Checks%20for%20IONOS%20Before%20Sending%20Emails&url=undefined%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=undefined%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F "Share on Facebook") [ ](https://reddit.com/submit?url=undefined%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F&title=7%20DKIM%20Configuration%20Checks%20for%20IONOS%20Before%20Sending%20Emails "Share on Reddit") [ ](mailto:?subject=7%20DKIM%20Configuration%20Checks%20for%20IONOS%20Before%20Sending%20Emails&body=Check out this article: undefined%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F "Share via Email") 

![DKIM configuration checks for IONOS emails](https://media.mailhop.org/duocircle/spf-record-1032-1787841289023.jpg) 

DKIM is one of the most important controls in modern email authentication because it helps receiving systems verify that a message was authorized by your domain and was not altered in transit. For businesses using IONOS, formerly known as 1 & 1 IONOS, the details matter: one wrong hostname, selector, TXT record, or CNAME record can cause DKIM to fail even when the rest of your DNS looks correct.

Before sending newsletters, sales outreach, invoices, press releases, or everyday business emails, use the following seven **DKIM configuration checks** for IONOS to confirm that your domain authentication is ready.

## Prepare Your IONOS Domain for DKIM Authentication

### Check 1 - Confirm Your IONOS Email Plan Supports DKIM

Start by confirming that your IONOS email plan includes DKIM support. Not every legacy mailbox, hosted email package, or **third-party email provider** connected to an IONOS domain handles DKIM in the same way. _Some IONOS plans allow you to activate DKIM directly from the management console or admin area, while others require DNS changes supplied by an external email provider._

DKIM works through a DKIM key pair: a private key and a public key. The private key stays with the sending system, usually the outbound mail server or [mail transfer agent](https://emaillabs.io/en/everything-you-need-to-know-about-mail-transfer-agents-mta/), and is used to sign emails. The public key is published in DNS through a DKIM record so the inbound mail server can verify authenticity.

![Email Migration Service 0512 (1)](https://media.mailhop.org/alumniforwarding/email-migration-service-0512-1--1787835028592.jpg)

In practical terms, this means you need to know who is signing the email:

- If IONOS sends the email, IONOS may generate the DKIM keys and provide the correct DKIM record.
- If a third-party email platform sends messages on your behalf, that provider may ask you to add a TXT or CNAME record to the **IONOS DNS zone**.
- If you operate your own [mail server](https://www.activecampaign.com/glossary/mail-server), your system must generate the DKIM key pair, store the private key securely, and publish the public key in DNS.

IONOS documentation, including its DigitalGuide resources, can help identify where DKIM is available in account settings. If the option is missing, contact **IONOS customer support** before editing DNS settings. Do not assume that a visible DNS zone automatically means DKIM is active.

### Check 2 - Verify the Correct DKIM Selector for Your Domain

The selector is a label that tells receiving servers where to find the public key for a **specific DKIM signature**. A selector commonly appears in a DNS entry such as:

```
selector1._domainkey.example.com
```

In this structure, selector1 is the selector, `_domainkey` is the required subdomain, and example.com is your domain. If the selector is wrong, the inbound mail server cannot locate the DKIM record, even if the public key itself is valid.

This is especially important when multiple services send email for the same domain. For example, IONOS may use one selector for mailbox email, while Prowly, a [Customer Relationship Management (CRM)](https://business.adobe.com/blog/basics/customer-relationship-management-what-it-is-how-it-works-why-it-is-important) , or an **anti-spam gateway** may use another selector. Each service needs its own DKIM record, TXT record, or CNAME record as instructed.

#### Match the selector to the sending platform

Check the exact selector in the email provider’s setup screen, admin area, or DKIM Record Generator. _Do not copy a selector from another domain, an old campaign tool, or a generic help article from the GCA Community or elsewhere._ DKIM is precise: the hostname must match, the selector must match, and the public key must match the private key used to create the DKIM signature.

#### Avoid mixing old and new DKIM keys

If you recently rotated DKIM keys, confirm which private key is currently used by the outbound mail server. The public key in DNS must correspond to that private key. A mismatch between **public key and private key** will break [email authentication](https://www.duocircle.com/resources/email-authentication/), even if the DKIM record is published correctly.

## Publish the DKIM Record Correctly in IONOS DNS

### Check 3 - Add the DKIM TXT Record Accurately in IONOS DNS

The most common DKIM publishing method is a TXT record. In **IONOS domain management**, open the domain, go to DNS settings, and locate the [DNS zone](https://www.ioriver.io/terms/dns-zone) where records are managed. Then create the required TXT record exactly as provided by IONOS or your email provider. A DKIM TXT record often contains values like:

```
 v=DKIM1; k=*rsa*; p=PUBLICKEYVALUE
```

Here, `v=DKIM1` identifies the record as a DKIM record, `k=*rsa*` indicates RSA encryption, and `p= contains` the public key. The private key is never placed in DNS. Publishing a private key would **compromise email security** and allow unauthorized systems to sign emails as your domain.

![365 To 365 Migration 0513 (1)](https://media.mailhop.org/duocircle/365-to-365-migration-0513-1--1787835145838.jpg)

A correct DKIM record depends on three fields:

- **Hostname:** usually something like _selector_.`_domainkey`
- **Record type:** TXT, unless your provider specifically requires CNAME
- **Value:** the full DKIM record containing the public key

IONOS may automatically append your domain to the hostname, depending on the interface. If you enter _selector_.`_domainkey.example.com` where IONOS expects only _selector_.`_domainkey`, you may accidentally create a malformed DNS entry. Always preview the full hostname before you save **DNS record changes**.

#### When your provider requires a CNAME record instead

Some platforms do not ask you to publish the [public key](https://www.coursera.org/in/articles/public-key) directly. Instead, they ask you to create a CNAME record that points to a provider-hosted DKIM record. In that case, the CNAME entry may look like:

- Hostname: `selector1._domainkey.example.com`
- Type: CNAME
- Points to: `selector1-example-com.providerdomain.com`

This approach lets the email provider **rotate DKIM keys** without asking you to update the TXT record every time. If the instructions say to add CNAME record, do not create a TXT record instead. Likewise, if IONOS gives you a TXT record, do not convert it into a CNAME record. DKIM validation depends on the exact DNS record type.

##### Watch for formatting errors in long public keys

Long RSA public key values can be wrapped, split, or copied with hidden spaces. If the key length is **1024 or 2048 bits**, the TXT record may be lengthy. Use a plain-text editor when copying the public key, and avoid adding quotation marks unless IONOS explicitly requires them. A broken public key prevents the inbound mail server from validating the DKIM-Signature header.

### Check 4 - Check DNS Propagation Before Sending Campaigns

After you create the DKIM record, [DNS propagation](https://www.digicert.com/faq/dns/what-is-dns-propagation) must complete before you rely on DKIM for business campaigns. IONOS records include a TTL value, which tells DNS resolvers how long to cache the previous result. A low TTL can speed up record changes, but propagation still depends on external resolvers and name server behavior.

Use a DKIM checker or **DKIM record lookup tool** to verify the DKIM setup across public DNS. These tools can confirm whether the TXT or CNAME record is visible and whether the public key can be retrieved from the correct DNS zone.

Do not send a large campaign immediately after saving the DNS entry. _If the outbound mail server starts signing messages before the public key is available globally, receiving servers may reject or quarantine messages because DKIM fails._ Waiting for DNS propagation is a simple but critical email authentication step.

![Phishing Protection 0514 (3)](https://media.mailhop.org/duocircle/phishing-protection-0514-3--1787836170419.jpg)

## Validate DKIM With SPF, DMARC, and Test Messages

### Check 5 - Test DKIM Alignment With Your From Domain

DKIM passing is not always enough. For **DMARC, DKIM** also needs alignment with the visible From domain. That means the domain in the DKIM signature should match, or align with, the domain the recipient sees in the email header.

For example, if your From address is [news@example.com](mailto:news@example.com), but DKIM signs using mailer.thirdparty.net, DKIM may pass technically while failing [DMARC alignment](https://www.duocircle.com/blog/dmarc/dmarc-alignment-basics-ensuring-spf-and-dkim-work-together/). Proper domain authentication requires the signing domain to represent your brand domain or an approved subdomain.

This is why businesses using IONOS with third-party platforms must configure each sender carefully. The DKIM record, CNAME record, or TXT record should connect the sending platform to your domain, not only to the provider’s shared infrastructure. Correct alignment helps **curb mail spoofing** and strengthens anti-spam trust signals.

### Check 6 - Validate DKIM Alongside SPF and DMARC Records

DKIM is only one part of a complete email authentication strategy. Before sending business emails, verify that SPF and DMARC are also configured correctly in IONOS DNS. SPF identifies which mail server or **outbound mail server** is authorized to send for your domain. DKIM adds a [digital signature](https://en.wikipedia.org/wiki/Digital%5Fsignature) that helps prove the message was not modified. DMARC tells receiving systems what to do when SPF or DKIM fails and provides reporting for domain authentication issues.

Together, SPF, DKIM, and DMARC improve [email security](https://www.duocircle.com/) and reduce the risk of impersonation. They also help mailbox providers evaluate whether your messages are legitimate. A valid DKIM record with a missing SPF record or weak DMARC policy may still leave gaps in protection. When reviewing DNS, check for duplicate SPF records, outdated include mechanisms, and DMARC policies that do not match your risk tolerance. Also verify that your DKIM record is published correctly and that the **selector and public key** match the sending system.

![Anti Phishing Software 0515 (1)](https://media.mailhop.org/duocircle/anti-phishing-software-0515-1--1787835829741.jpg)

##### Understand what DKIM actually signs

When DKIM is applied, the sending system creates a cryptographic hash of selected parts of the message and uses the [private key](https://www.investopedia.com/terms/p/private-key.asp) to generate a digital signature. The receiving server uses the public key published in DNS to verify the signature and confirm that the signed content has not been altered.

##### Review the DKIM-Signature field

Open the **full email header** and locate the DKIM-Signature field. _It typically includes the selector, signing domain, canonicalization method, signed headers, and signature value._ The `d= tag` shows the signing domain, while the `s= tag` shows the selector.

### Check 7 - Send a Test Email and Review Authentication Results

Finally, send a test email from the same system that will send your real business messages. Testing from a different mailbox, SMTP relay, or campaign platform may not validate the actual DKIM configuration for IONOS you plan to use.

![SPF Record Checker 2036](https://media.mailhop.org/duocircle/spf-record-checker-2036-1787836342821.jpg)

Send the message to Gmail, Outlook, or a **mailbox testing service**, then inspect the authentication results in the email header. Look for results such as:

- `dkim=pass`
- `spf=pass`
- `dmarc=pass`
- Correct `d= domain alignment`
- Correct selector in the DKIM-Signature header

 If DKIM fails, return to the basics: confirm the IONOS DNS zone, verify the hostname, **inspect the TXT record** or [CNAME record](https://www.ibm.com/think/topics/cname), check whether the CNAME points to the right destination, and make sure the public key corresponds to the private key. Also confirm that the outbound mail server is the same system that generated or received the DKIM keys.

For a final independent review, use a DKIM checker or DKIM record lookup tool to verify that the record is published correctly. These checks can help identify common issues such as missing [DNS records](https://www.cloudflare.com/learning/dns/dns-records/), invalid public key formatting, incorrect selector values, CNAME configuration problems, or a TXT record published under the wrong hostname.

![Brad Slavin](https://media.mailhop.org/dmarcreport/images/team/brad-slavin.jpg) 

Brad Slavin 

General Manager

General Manager at DuoCircle. Product strategy and commercial lead across the email security portfolio.

## Secure your email infrastructure

Protect, authenticate, and deliver. Contact our team to find the right solution.

[Contact Sales](/contact/) [Explore Products](/products/) 

Share this article

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.duocircle.com%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F) [ ](https://twitter.com/intent/tweet?text=7%20DKIM%20Configuration%20Checks%20for%20IONOS%20Before%20Sending%20Emails&url=https%3A%2F%2Fwww.duocircle.com%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F) [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.duocircle.com%2Fblog%2F7-dkim-configuration-checks-for-ionos-before-email-sending%2F) Copy 

Related Articles

- [ ![DKIM Authentication Testing Reports](https://media.mailhop.org/alumniforwarding/dkim-record-check-0101-1780314508116.jpg)  10 DKIM Authentication Testing Reports Every Security Team Should Review Blog ](/blog/10-dkim-authentication-testing-reports-every-security-team-should-review/)
- [ ![Email retention strategies](https://media.mailhop.org/duocircle/hosted-email-server-3001-1782806532877.jpg)  10 Email Retention Strategies For Managing High-Volume Mailboxes Blog ](/blog/10-email-retention-strategies-for-managing-high-volume-mailboxes/)
- [ ![SPF Configuration Errors for MSPs](https://media.mailhop.org/duocircle/office-365-migration-service-4221-1780655000236.jpg)  Preventing SPF Configuration Errors: 11 Recommendations For MSPs Blog ](/blog/11-preventing-spf-configuration-errors-recommendations-for-managed-service-providers/)
- [ ![Email Warm-Up](https://media.mailhop.org/duocircle/spf-record-check-0143-1783069826033.jpg)  12 Ways To Maintain Email Deliverability After Completing Email Warm-Up Blog ](/blog/12-ways-maintain-email-deliverability-after-completing-email-warm-up/)

## Related Articles

[  intermediate  10 DKIM Authentication Testing Reports Every Security Team Should Review  Jun 1, 2026 ](/blog/10-dkim-authentication-testing-reports-every-security-team-should-review/)[  intermediate  10 Email Retention Strategies For Managing High-Volume Mailboxes  Jun 30, 2026 ](/blog/10-email-retention-strategies-for-managing-high-volume-mailboxes/)[  intermediate  Preventing SPF Configuration Errors: 11 Recommendations For MSPs  Jun 5, 2026 ](/blog/11-preventing-spf-configuration-errors-recommendations-for-managed-service-providers/)[  intermediate  12 Ways To Maintain Email Deliverability After Completing Email Warm-Up  Jul 3, 2026 ](/blog/12-ways-maintain-email-deliverability-after-completing-email-warm-up/)

```json
{"@context":"https://schema.org","@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}],"sameAs":["https://www.linkedin.com/company/duocircle","https://x.com/duocirclellc","https://www.facebook.com/duocirclellc","https://www.g2.com/products/phish-protection-by-duocircle/reviews","https://github.com/duocircle","https://www.crunchbase.com/organization/duocircle-llc"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://support.duocircle.com"},"knowsAbout":["Email Security","Email Authentication","SPF","DKIM","DMARC","Phishing Protection","Spam Filtering","SMTP Relay","Email Deliverability","Email Forwarding"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"DuoCircle LLC","url":"https://www.duocircle.com","description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","publisher":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}
```

```json
[{"@context":"https://schema.org","@type":"BlogPosting","headline":"7 DKIM Configuration Checks for IONOS Before Sending Emails","description":"Discover 7 essential DKIM checks for IONOS to verify DNS records, selectors, alignment, and email authentication before sending business emails.","url":"https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/","datePublished":"2026-08-27T00:00:00.000Z","dateModified":"2026-08-27T00:00:00.000Z","dateCreated":"2026-08-27T00:00:00.000Z","author":{"@type":"Person","@id":"https://www.duocircle.com/authors/brad-slavin/#person","name":"Brad Slavin","url":"https://www.duocircle.com/authors/brad-slavin/","jobTitle":"General Manager","description":"Brad Slavin runs DuoCircle, the company behind DMARC Report, AutoSPF, Phish Protection, and Mailhop. His focus is product strategy, customer relationships, and the commercial and compliance side of email authentication (DPAs, SLAs, enterprise procurement).","image":"https://media.mailhop.org/dmarcreport/images/team/brad-slavin.jpg","knowsAbout":["Email Security Strategy","SaaS Product Management","Enterprise Compliance","Customer Success","Email Deliverability Business"],"worksFor":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com"},"sameAs":["https://www.linkedin.com/in/bradslavin"]},"publisher":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/"},"articleSection":"intermediate","keywords":"","image":{"@type":"ImageObject","url":"https://media.mailhop.org/duocircle/spf-record-1032-1787841289023.jpg","caption":"DKIM configuration checks for IONOS emails"},"speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https://www.duocircle.com/blog/"},{"@type":"ListItem","position":2,"name":"intermediate"},{"@type":"ListItem","position":3,"name":"7 DKIM Configuration Checks for IONOS Before Sending Emails","item":"https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/"}]}]
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.duocircle.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://www.duocircle.com/blog/"},{"@type":"ListItem","position":3,"name":"intermediate","item":"https://www.duocircle.comundefined"},{"@type":"ListItem","position":4,"name":"7 DKIM Configuration Checks for IONOS Before Sending Emails","item":"https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/"}]}
```

```json
{"@context":"https://schema.org","@type":"BlogPosting","headline":"7 DKIM Configuration Checks for IONOS Before Sending Emails","description":"Discover 7 essential DKIM checks for IONOS to verify DNS records, selectors, alignment, and email authentication before sending business emails.","url":"https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/","datePublished":"2026-08-27T00:00:00.000Z","dateModified":"2026-08-27T00:00:00.000Z","dateCreated":"2026-08-27T00:00:00.000Z","author":{"@type":"Person","@id":"https://www.duocircle.com/authors/brad-slavin/#person","name":"Brad Slavin","url":"https://www.duocircle.com/authors/brad-slavin/","jobTitle":"General Manager","description":"Brad Slavin runs DuoCircle, the company behind DMARC Report, AutoSPF, Phish Protection, and Mailhop. His focus is product strategy, customer relationships, and the commercial and compliance side of email authentication (DPAs, SLAs, enterprise procurement).","image":"https://media.mailhop.org/dmarcreport/images/team/brad-slavin.jpg","knowsAbout":["Email Security Strategy","SaaS Product Management","Enterprise Compliance","Customer Success","Email Deliverability Business"],"worksFor":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com"},"sameAs":["https://www.linkedin.com/in/bradslavin"]},"publisher":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://www.duocircle.com/blog/7-dkim-configuration-checks-for-ionos-before-email-sending/"},"articleSection":"intermediate","keywords":"","image":{"@type":"ImageObject","url":"https://media.mailhop.org/duocircle/spf-record-1032-1787841289023.jpg","caption":"DKIM configuration checks for IONOS emails"},"speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}}
```
