> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Email Routing

Configuring a custom email domain ensures your brand consistency extends beyond the URL to client communications. Whether it's important notifications or login invitations, your branding remains front and center throughout the client experience.

<Frame>
  <img src="https://mintcdn.com/convocore/h_96SLAvmHo1k2ly/images/agency-email-tab.png?fit=max&auto=format&n=h_96SLAvmHo1k2ly&q=85&s=0dfb86da613160dfc93e6ec2f09a20cf" alt="Email tab" width="500" className="rounded-md" data-path="images/agency-email-tab.png" />
</Frame>

<Note>
  A custom email domain reinforces your professional image and enhances client trust.
</Note>

## Setup Process

<Steps>
  <Step title="Add Custom Email Domain">
    Input your domain in the `Custom Email Domain` field and click `+ Add`.

    <Frame>
      <video src="https://mintcdn.com/convocore/45Ecjxi6tZs54Ia5/images/agency-add-email-domain.mp4?fit=max&auto=format&n=45Ecjxi6tZs54Ia5&q=85&s=0f0f77c2a3488253545857390af5fd3e" alt="add email doamin video" width="500" className="rounded-md" autoPlay loop data-path="images/agency-add-email-domain.mp4" />
    </Frame>

    <Info>
      Enter only the domain (e.g., yourdomain.com) without any protocol (https\://). For example, we added **convocore.ai**
    </Info>
  </Step>

  <Step title="Add DNS Records">
    You'll be prompted to add three DNS records to your provider:

    <Frame>
      <img src="https://mintcdn.com/convocore/h_96SLAvmHo1k2ly/images/agency-email-dns-records.png?fit=max&auto=format&n=h_96SLAvmHo1k2ly&q=85&s=005a3f3ddb78b7da9f86ec8ccd284683" alt="DNS email records" width="500" className="rounded-md" data-path="images/agency-email-dns-records.png" />
    </Frame>

    Access your DNS settings from your provider (e.g., [Godaddy.com](https://godaddy.com)) and add the following records (**keep in mind:** Your records will differ):

    <AccordionGroup>
      <Accordion title="MX Record">
        <CodeGroup>
          ```plaintext theme={null}
          Type: MX
          Name/Host: send
          Value: feedback-smtp.us-east-1.amazonses.com
          Priority: 10
          TTL: Auto
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="TXT Record 1">
        <CodeGroup>
          ```plaintext theme={null}
          Type: TXT
          Name/Host: send
          Value: v=spf1 include:amazonses.com ~all
          Priority: N/A
          TTL: Auto
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="TXT Record 2">
        <CodeGroup>
          ```plaintext theme={null}
          Type: TXT
          Name/Host: resend._domainkey
          Value: p=MIGMAOGGSP[...]
          Priority: N/A
          TTL: Auto
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Verify DNS Records">
    After adding the records to your provider, click `Verify DNS Records`.

    <Warning>
      If you need to start over, use the `Delete Domain` button to reset the process.
    </Warning>
  </Step>

  <Step title="Good To Go" icon="party-horn">
    Once correctly set up, you can send notifications and invites directly from your **own** email domain!
  </Step>
</Steps>

## Additional Email Settings

From the Email tab, you can also configure:

<CardGroup cols={2}>
  <Card title="Business Address" icon="building">
    Enter your agency's physical address to be included in the emails footer sent from your dashboard.
  </Card>

  <Card title="Support Email" icon="envelope">
    Add your agency's dedicated support email, which will also appear in the emails footer.
  </Card>
</CardGroup>

<Note>
  Advanced email-related capabilities may continue to expand over time. If you need help with your current email setup or rollout, contact [support@convocore.ai](mailto:support@convocore.ai).
</Note>
