# Business Email (Email for domain)

{% hint style="info" %}
Business email are completely free and you can get as many emails for your domain as you want.&#x20;
{% endhint %}

{% hint style="info" %}
When you register for the first for the time it can take up to 6-12 hours to process your request. As new accounts are manually reviews for SPAM and other issues. Once your account get activated you'll get the Login credential to start using mail box for your&#x20;
{% endhint %}

1. Visit-  <https://mailbox.vintcer.com/register-for--business-mail.html> and click on signup button
2. &#x20;In signup form add enter your vintcer username , email and email address that you want for your domain.

![](/files/-LHSrk3ZrK1wo5fOiAUw)

3\. Fill the required details an wait for the account activation email (It can take up to few hours to receive this email depending upon your account type and review.)

4\. When you receive activation email, you''ll get the domain verification credentials. You need to verify your domain to start using business emails. You need to add a CNAME and MX records as follows-

| Type  | Host                                   | Value             |
| ----- | -------------------------------------- | ----------------- |
| CNAME | See the Host value in activation email | email.vintcer.com |

After adding the CNAME record configure MX record as given below

| Type | Host/sub-domain | Data           | Priority |
| ---- | --------------- | -------------- | -------- |
| MX   | @               | mx.yandex.net. | 10       |

5\. Once your DNS changes starts propagating, you'll be able to login into your Inbox for sending and receiving emails.

6\. It is recommended to add DKIM signature. Please read the Next article to to know more about DKIM signatures.&#x20;

You ned to add this DKIM signature to your domain DNS settings as a TXT record.&#x20;


---

# 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/business-email-email-for-domain.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.
