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

# Email Services

> Configure dedicated email domains, SMTP providers, Mailgun, DNS records, deliverability tools, and email compliance settings in the HoopAI Platform.

<div style={{position: "relative", paddingTop: "56.25%", marginBottom: "1.5rem"}}>
  <iframe src="https://player.mediadelivery.net/embed/622351/e579f717-32cd-4b77-a843-b61989ebe95f?preload=true" loading="lazy" style={{border: "none", position: "absolute", top: 0, height: "100%", width: "100%"}} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen={true} />
</div>

The Email Services section is where you configure how outbound emails are sent from your account. You can set up dedicated sending domains, connect third-party SMTP providers, manage DNS records, monitor deliverability, and ensure compliance with Google and Yahoo's sender requirements.

Navigate to **Settings > Email Services** to get started.

## Domain configuration overview

The Domain Configuration tab lets you customize email domain settings, manage default domains, and optimize email delivery.

**To access:** Go to **Settings > Email Services**, then click the **Dedicated Domain and IP** tab.

<Frame caption="Email Services — domain configuration">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/dif11QvMekN9AcKH/images/settings-email-services-dedicated-domain.png?fit=max&auto=format&n=dif11QvMekN9AcKH&q=85&s=bfe0cdd3cdc6e4c248b9ec8b31cc0113" alt="Email Services" width="1569" height="485" data-path="images/settings-email-services-dedicated-domain.png" />
</Frame>

<AccordionGroup>
  <Accordion title="Setting up a dedicated sending domain">
    A dedicated domain improves your sender reputation and ensures emails are delivered reliably. Setting up a dedicated domain involves adding DNS records to your domain registrar.

    **Steps:**

    1. Navigate to **Settings > Email Services**.
    2. Click **Add Domain** or **Dedicated Domain and IP**.
    3. Enter your domain name (e.g., `mail.yourbusiness.com`).
    4. Copy the provided DNS records (DKIM, SPF, DMARC) and add them to your domain's DNS settings.
    5. Return to the platform and click **Verify** to confirm the DNS records are live.

    <Note>
      DNS changes can take up to 48 hours to propagate. If verification fails, wait a few hours and try again.
    </Note>
  </Accordion>

  <Accordion title="Adding multiple domains">
    You can connect multiple sending domains to your account. This is useful if you send emails for multiple brands or sub-brands from the same account.

    1. Go to **Settings > Email Services**.
    2. Click **Add Domain** for each additional domain.
    3. Complete DNS verification for each domain.
  </Accordion>

  <Accordion title="Email domain warmup">
    New sending domains need to be gradually warmed up to build a positive sender reputation. The platform supports fixed-stage email domain warmup, automatically throttling send volume for new domains.

    Monitor warmup progress in the **Domain Configuration** tab.
  </Accordion>

  <Accordion title="Securing email links with SSL">
    Enable SSL for tracked email links to ensure all tracking URLs use HTTPS. This is required for Google and Yahoo compliance and improves deliverability.

    Toggle **SSL for Email Links** in the Domain Configuration settings.
  </Accordion>
</AccordionGroup>

***

## Connecting SMTP providers

<AccordionGroup>
  <Accordion title="Connecting Mailgun">
    Mailgun is a popular transactional email service. Connect it to your account for reliable bulk email delivery.

    <Steps>
      <Step title="Add a new service">
        In **Settings > Email Services**, click **Add Service**.

        <Frame caption="Add email service">
          <img src="https://mintcdn.com/hoopai-84ec0cdc/dif11QvMekN9AcKH/images/settings-email-services-add-service.png?fit=max&auto=format&n=dif11QvMekN9AcKH&q=85&s=4df0f449629030f988d88ac7d8751afc" alt="Add Service" width="1586" height="521" data-path="images/settings-email-services-add-service.png" />
        </Frame>
      </Step>

      <Step title="Select Mailgun">
        Choose **Mailgun** from the provider list.

        <Frame caption="Mailgun selected">
          <img src="https://mintcdn.com/hoopai-84ec0cdc/dif11QvMekN9AcKH/images/settings-email-services-mailgun.png?fit=max&auto=format&n=dif11QvMekN9AcKH&q=85&s=0c392c9a6df803f1979846f93b93fb67" alt="Mailgun" width="1543" height="841" data-path="images/settings-email-services-mailgun.png" />
        </Frame>
      </Step>

      <Step title="Enter credentials">
        Enter your Mailgun API key and domain. These are found in your Mailgun account dashboard.
      </Step>

      <Step title="Add DNS records">
        Add the required DNS records (SPF, DKIM) to your domain registrar. For Namecheap users, see the guide for adding Mailgun records to Namecheap.
      </Step>

      <Step title="Verify and save">
        Click **Verify** to confirm the connection is working, then **Save**.
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Connecting SendGrid">
    Connect SendGrid by selecting it from the **Add Service** menu and entering your SendGrid API key and verified sender domain.
  </Accordion>

  <Accordion title="Connecting Google Workspace (Gmail SMTP)">
    Connect your Google Workspace account to send emails using your business Gmail address as the SMTP sender.

    1. Go to **Settings > Email Services > Add Service**.
    2. Select **Google**.
    3. Sign in with your Google Workspace account and grant permissions.
    4. The Gmail SMTP connection is established automatically.
  </Accordion>

  <Accordion title="Connecting &#x22;Other&#x22; SMTP providers">
    To connect any SMTP provider not listed (e.g., Zoho, Amazon SES, custom SMTP):

    1. Click **Add Service** and select **Other**.
    2. Enter your SMTP host, port, username, and password.
    3. Test the connection and save.

    Common SMTP ports:

    * Port 587 (TLS/STARTTLS) — recommended
    * Port 465 (SSL) — older standard
    * Port 25 — not recommended (often blocked)
  </Accordion>

  <Accordion title="Creating SMTP credentials">
    You can create SMTP credentials within the platform to use the platform's own email infrastructure:

    1. Go to **Settings > Email Services**.
    2. Click **Create SMTP Credentials**.
    3. Use the generated host, port, username, and password in your external application.
  </Accordion>
</AccordionGroup>

***

## Deliverability tools

<AccordionGroup>
  <Accordion title="Risk assessment">
    The Risk Assessment feature analyzes your imported contact list using bulk email verification. It categorizes email addresses into:

    * **Deliverable** — valid, active email addresses
    * **Undeliverable** — addresses that will bounce
    * **Catch-all** — domains that accept all email (quality unknown)
    * **Unknown** — addresses that could not be verified

    Each category is further segmented by risk level: High, Medium, Low, and Unknown. Use this to clean your list before launching campaigns.

    <Frame caption="Risk Assessment dashboard">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/dif11QvMekN9AcKH/images/settings-email-services-risk.png?fit=max&auto=format&n=dif11QvMekN9AcKH&q=85&s=cb8a02b79adccb1f63381a92d64a5055" alt="Risk Assessment" width="1648" height="508" data-path="images/settings-email-services-risk.png" />
    </Frame>
  </Accordion>

  <Accordion title="Email bounce classification">
    The platform automatically classifies email bounces as hard bounces (permanent delivery failures) or soft bounces (temporary failures). Hard-bounced addresses are suppressed from future sends automatically.
  </Accordion>

  <Accordion title="Email tracking">
    Control whether open tracking and click tracking are enabled for outgoing emails. Go to **Settings > Email Services** and toggle **Email Tracking** on or off.

    <Note>
      Disabling tracking improves deliverability for some recipients, particularly those using strict privacy filters.
    </Note>
  </Accordion>

  <Accordion title="Google Postmaster Tools">
    Connect Google Postmaster Tools to monitor your domain reputation and spam rate for emails delivered to Gmail inboxes. Access this from the **Deliverability** section of Email Services.
  </Accordion>

  <Accordion title="Microsoft SNDS Tool">
    Connect Microsoft's Smart Network Data Services (SNDS) tool to monitor email reputation for Outlook/Hotmail recipients.
  </Accordion>
</AccordionGroup>

***

## Google and Yahoo sender compliance

In 2024, Google and Yahoo introduced strict requirements for bulk email senders:

1. **Email authentication** — SPF, DKIM, and DMARC records must be configured for your sending domain
2. **One-click unsubscribe** — all marketing emails must include a one-click unsubscribe option
3. **Low spam rates** — maintain a spam rate below 0.10% (keep below 0.30% to avoid blocking)

The platform helps you meet these requirements through dedicated domain setup, automatic unsubscribe handling, and bounce management.

<Warning>
  Failing to meet Google and Yahoo's requirements can result in your emails being sent to spam or blocked entirely. Ensure your sending domain has valid SPF, DKIM, and DMARC records before sending bulk campaigns.
</Warning>

***

## Cloudflare DNS configuration

If your domain uses Cloudflare as a DNS provider, ensure that DNS records for your email domain (DKIM, SPF, DMARC, MX) are set to **DNS only** (not proxied/orange cloud). Proxying email DNS records through Cloudflare can break email delivery.

***

## Related articles

* [Business profile](/settings/business-profile)
* [Trust center](/settings/trust-center)
* [Marketing — email marketing](/marketing/email-marketing)
* [Domains and URL redirects](/settings/domains-url-redirects)
