# What is DKIM signature

## DKIM digital signature.

DKIM is a special digital signature affixed to outgoing emails in their headers. It permits any recipient of incoming mail to be sure that the letter was in fact sent from that domain. It is unlikely a DKIM-signed message will end up in a spam folder.

To turn DKIM on, you must add a special TXT record to your domain's DNS. It takes a day to get it up and running. As soon as it is up and running, all messages will begin to receive your digital signature automatically.

{% hint style="success" %}
You'll receive your domain's DKIM signature after verifying your domain for business email.
{% endhint %}

~~DKIM signature is available here, replace the demo value with your own username and domain name.~~ (This above method has been deprecated, you'll now receive the DKIM signature on your registered email after verifying your domain)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vintcer.com/business-email/what-is-dkim-signature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
