# How to add DKIM and DMARC records in Namecheap?

Starting in February 2024, [Gmail](https://blog.google/products/gmail/gmail-security-authentication-spam-protection/) and [Yahoo](https://blog.postmaster.yahooinc.com/post/730172167494483968/more-secure-less-spam) are rolling out new authentication requirements which require using a [custom **DKIM** authenticated domain](https://www.getresponse.com/help/what-is-dkim-and-how-do-i-configure-it.html) with [**DMARC** reinforced](https://www.getresponse.com/help/what-is-dmarc.html).

In April 2025, [Microsoft](https://techcommunity.microsoft.com/blog/microsoftdefenderforoffice365blog/strengthening-email-ecosystem-outlook%E2%80%99s-new-requirements-for-high%E2%80%90volume-senders/4399730) joined them with a similar announcement.

GetResponse strongly advises all senders to use email addresses from their own private domains as a [from email address](https://www.getresponse.com/help/how-can-i-add-a-new-from-address-and-name-for-my-messages.html), and to configure both **DKIM** and **DMARC**.

For additional details on these modifications, refer to our blog posts:  
[Gmail and Yahoo’s Authentication Changes: All You Need to Know](https://www.getresponse.com/blog/gmail-yahoo-authentication)  
[Microsoft’s new authentication requirements — All you need to know](https://www.getresponse.com/blog/microsoft-authentication)

To add your own DKIM key, make sure you have:

*   Your own domain.
*   Access to the DNS administration panel.
*   A DKIM key is provided by GetResponse.

Getting DKIM key
----------------

1.  In the GetResponse Dashboard, click [**Profile >> Emails and Domains**](https://app.getresponse.com/email-addresses).
2.  Go to **Email addresses** tab and click **Actions menu (3 dots)** next to the domain name you would like to generate the DKIM key for. From available options select **View TXT records**.  
      
    ![emails and domains settings](https://us-wd.gr-cdn.com/help/sites/9/2025/09/0631/CleanShot-2025-09-24-at-08.30.07.jpeg)  
      
    
3.  (Optional) If you would like to use 2048-bit DKIM key – move the slider beside **Generate a 2048-bit DKIM key for stronger protection** and confirm that.  
      
    ![2048 DKIM](https://us-wd.gr-cdn.com/help/sites/9/2024/11/1336/dkim4.png)  
      
    
4.  Copy host name and value from the pop-up window.  
      
    ![getting dkim from getresponse](https://us-wd.gr-cdn.com/help/sites/9/2024/01/1512/dkim2.png)

Adding DKIM record in Namecheap
-------------------------------

These steps will allow you to add the necessary DKIM record for your domain within Namecheap.

1.  Log in to your Namecheap account.
2.  Click on **Account** on the top-right and then click on **Domain List**.  
      
    ![Selecting domain list in Namecheap](https://us-wd.gr-cdn.com/help/sites/9/2024/01/1208/nch1.png)  
      
    
3.  Click on **Manage** button beside your domain.  
      
    ![Managing domain in Namecheap](https://us-wd.gr-cdn.com/help/sites/9/2024/01/1208/nch2.png)  
      
    
4.  Click on **Advanced DNS** tab.
5.  Click **Add new record**.  
      
    ![Adding new DNS record in Namecheap](https://us-wd.gr-cdn.com/help/sites/9/2024/01/1208/nch3.png)  
      
    
6.  Select the record **Type**: `TXT Record`.
7.  Paste the **Host** name you got from your GetResponse account.
8.  Paste the DKIM **Value** copied from your GetResponse account.
9.  Leave the **TTL** as `Automatic`.
10.  Hit **Save** **all changes** when ready.  
       
     ![Adding DKIM record in Namecheap](https://us-wd.gr-cdn.com/help/sites/9/2024/01/1208/nch4.png)  
     

**Adding DMARC record** in Namecheap
------------------------------------

After adding DKIM you can add DMARC straight away. If you are doing this at another time, repeat steps 1-4 from the previous paragraph.

1.  Click **Add new record.**
2.  Select the record **Type**: `TXT Record`.
3.  Enter the **Host** name: `_dmarc`
4.  Enter the **Value**: `v=DMARC1;p=none`
5.  Leave the **TTL** value as `Automatic`.
6.  Hit ****Save** **all** changes** when ready.  
      
    ![adding DMARC record in Namecheap](https://us-wd.gr-cdn.com/help/sites/9/2024/01/1208/nch5.png)