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

# Sending Emails

> Send individual and bulk emails from the CRM, and configure your sending infrastructure with SMTP or Amazon SES.

<div
  style={{ 
background: "linear-gradient(135deg, #143D4E 0%, #1C758A 55%, #30C8CA 100%)",
borderRadius: "24px",
padding: "28px",
marginBottom: "32px",
color: "#FFFFFF",
boxShadow: "0 24px 60px rgba(20, 61, 78, 0.25)",
position: "relative",
overflow: "hidden",
border: "1px solid rgba(255,255,255,0.08)"
}}
>
  <div
    style={{
position: "absolute",
top: "-40px",
right: "-40px",
width: "180px",
height: "180px",
background: "rgba(255,255,255,0.08)",
borderRadius: "999px"
}}
  />

  <div
    style={{
position: "absolute",
bottom: "-60px",
left: "-30px",
width: "160px",
height: "160px",
background: "rgba(255,255,255,0.06)",
borderRadius: "999px"
}}
  />

  <div
    style={{
display: "inline-flex",
alignItems: "center",
background: "rgba(255,255,255,0.15)",
color: "#FFFFFF",
padding: "6px 14px",
borderRadius: "999px",
fontSize: "12px",
fontWeight: "700",
marginBottom: "14px",
letterSpacing: "0.08em",
textTransform: "uppercase"
}}
  >
    EMAIL SETUP
  </div>

  <p
    style={{ 
margin: 0, 
fontSize: "16px", 
lineHeight: "1.9",
maxWidth: "760px",
color: "rgba(255,255,255,0.95)"
}}
  >
    Send individual and bulk emails from the CRM, and configure your sending infrastructure with SMTP or Amazon SES.
  </p>
</div>

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Individual</span>
</div>

## Sending an Individual Email

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>{'>'}</span> From any contact or lead detail page:
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <div style={{ display: "flex", flexDirection: "column", gap: "12px" }}>
    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ 
                background: "#FF6F61", 
                color: "#FFFFFF", 
                width: "24px", 
                height: "24px", 
                borderRadius: "999px", 
                display: "inline-flex", 
                alignItems: "center", 
                justifyContent: "center",
                fontSize: "12px",
                fontWeight: "bold"
              }}>1</span>
      <span>Click <strong style={{ color: "#1C758A" }}>Send Email</strong> in the header action buttons.</span>
    </div>

    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ 
                background: "#FF6F61", 
                color: "#FFFFFF", 
                width: "24px", 
                height: "24px", 
                borderRadius: "999px", 
                display: "inline-flex", 
                alignItems: "center", 
                justifyContent: "center",
                fontSize: "12px",
                fontWeight: "bold"
              }}>2</span>
      <span>The email composer opens with the recipient's email pre-filled.</span>
    </div>

    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ 
                background: "#FF6F61", 
                color: "#FFFFFF", 
                width: "24px", 
                height: "24px", 
                borderRadius: "999px", 
                display: "inline-flex", 
                alignItems: "center", 
                justifyContent: "center",
                fontSize: "12px",
                fontWeight: "bold"
              }}>3</span>
      <span>Choose a template (optional) or write your email from scratch.</span>
    </div>

    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ 
                background: "#FF6F61", 
                color: "#FFFFFF", 
                width: "24px", 
                height: "24px", 
                borderRadius: "999px", 
                display: "inline-flex", 
                alignItems: "center", 
                justifyContent: "center",
                fontSize: "12px",
                fontWeight: "bold"
              }}>4</span>
      <span>Review the subject and body — variables are previewed with real values.</span>
    </div>

    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ 
                background: "#FF6F61", 
                color: "#FFFFFF", 
                width: "24px", 
                height: "24px", 
                borderRadius: "999px", 
                display: "inline-flex", 
                alignItems: "center", 
                justifyContent: "center",
                fontSize: "12px",
                fontWeight: "bold"
              }}>5</span>
      <span>Click <strong style={{ color: "#1C758A" }}>Send</strong>.</span>
    </div>
  </div>
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)",
borderLeft: "4px solid #30C8CA"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>✓</span> The email is delivered immediately and logged on the contact's activity timeline.
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#FF6F61", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Bulk</span>
</div>

## Sending Bulk Emails

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>{'>'}</span> To send the same email to multiple contacts or leads:
</div>

<Steps>
  <Step title="Filter your list">
    <div
      className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
      style={{
    border: "1px solid #E5E7EB",
    borderRadius: "16px",
    padding: "14px 18px",
    marginBottom: "10px",
    boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
  }}
    >
      Go to <strong style={{ color: "#1C758A" }}>Contacts</strong> or <strong style={{ color: "#1C758A" }}>Leads</strong> and apply filters to target the right audience <span style={{ color: "#A0A0A0" }}>(e.g., Stage = Nurturing, Source = Website Form)</span>.
    </div>
  </Step>

  <Step title="Select records">
    <div
      className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
      style={{
    border: "1px solid #E5E7EB",
    borderRadius: "16px",
    padding: "14px 18px",
    marginBottom: "10px",
    boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
  }}
    >
      Check the box in the list header to select all records matching your filter, or select individual records manually.
    </div>
  </Step>

  <Step title="Send email">
    <div
      className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
      style={{
    border: "1px solid #E5E7EB",
    borderRadius: "16px",
    padding: "14px 18px",
    marginBottom: "10px",
    boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
  }}
    >
      Click <strong style={{ color: "#1C758A" }}>Actions → Send Email</strong>. Choose an email template. Preview the email with sample variable values.
    </div>
  </Step>

  <Step title="Confirm and send">
    <div
      className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
      style={{
    border: "1px solid #E5E7EB",
    borderRadius: "16px",
    padding: "14px 18px",
    marginBottom: "10px",
    boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
  }}
    >
      Review the recipient count and click <strong style={{ color: "#FF6F61" }}>Send to X Recipients</strong>. Emails are queued and sent over the next few minutes to avoid spam triggers.
    </div>
  </Step>
</Steps>

<div
  className="dark:bg-black dark:border-white/10"
  style={{
background: "rgba(255,111,97,0.08)",
border: "1px solid rgba(255,111,97,0.2)",
borderRadius: "16px",
padding: "16px 20px",
marginTop: "16px",
marginBottom: "32px"
}}
>
  <span style={{ color: "#FF6F61", fontWeight: "600", marginRight: "10px" }}>⚠️</span>
  <span style={{ fontSize: "14px" }}>Bulk emails are sent to all selected recipients, even those you may have recently emailed. Check for contacts already in active automation sequences before sending a manual bulk email to the same group.</span>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>SMTP</span>
</div>

## Configuring SMTP

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>📧</span> SMTP lets you send emails through your own email provider <span style={{ color: "#A0A0A0" }}>(Google Workspace, Microsoft 365, Mailgun, SendGrid, etc.)</span>.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  Go to <strong style={{ color: "#1C758A" }}>Settings → Email → SMTP</strong> and configure:
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
overflowX: "auto",
marginBottom: "24px",
border: "1px solid #E5E7EB",
borderRadius: "20px"
}}
>
  <table style={{ width: "100%", borderCollapse: "collapse" }}>
    <thead>
      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <th style={{ padding: "16px 20px", textAlign: "left", fontWeight: "600", fontSize: "14px" }}>Setting</th>
        <th style={{ padding: "16px 20px", textAlign: "left", fontWeight: "600", fontSize: "14px" }}>Value</th>
      </tr>
    </thead>

    <tbody>
      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>AWS Access Key ID</td>
        <td style={{ padding: "14px 20px" }}>From your IAM user credentials</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>AWS Secret Access Key</td>
        <td style={{ padding: "14px 20px" }}>From your IAM user credentials</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>AWS Region</td>

        <td style={{ padding: "14px 20px" }}>
          <code style={{ background: "rgba(0,0,0,0.05)", padding: "6px 12px", borderRadius: "8px", fontSize: "13px" }}>us-east-1</code>
        </td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>From Email</td>
        <td style={{ padding: "14px 20px" }}>A verified SES email address or domain</td>
      </tr>

      <tr>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>From Name</td>
        <td style={{ padding: "14px 20px" }}>The name recipients see</td>
      </tr>
    </tbody>
  </table>
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "16px",
padding: "14px 20px",
marginBottom: "24px",
background: "#F8FAFC"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>🔌</span> Click <strong style={{ color: "#1C758A" }}>Test Connection</strong> to verify the settings before saving.
</div>

### Google Workspace SMTP

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "18px 22px",
marginBottom: "16px",
boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>{'>'}</span> Use <code style={{ background: "#F0F0F0", padding: "4px 8px", borderRadius: "6px", color: "#1C758A" }}>smtp.gmail.com</code> on port 587. For the password, create an <strong style={{ color: "#FF6F61" }}>App Password</strong> in your Google account security settings <span style={{ color: "#A0A0A0" }}>(requires 2FA to be enabled)</span>. Do not use your regular Google password.
</div>

### Microsoft 365 SMTP

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "18px 22px",
marginBottom: "16px",
boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>{'>'}</span> Use <code style={{ background: "#F0F0F0", padding: "4px 8px", borderRadius: "6px", color: "#1C758A" }}>smtp.office365.com</code> on port 587. Use your Microsoft 365 email and password. If your organization enforces Modern Authentication, use the Microsoft 365 integration instead of SMTP.
</div>

### Sendgrid / Mailgun

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "18px 22px",
marginBottom: "32px",
boxShadow: "0 2px 8px rgba(0,0,0,0.02)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>{'>'}</span> Use the provider's SMTP relay credentials. Set the <strong style={{ color: "#1C758A" }}>From Email</strong> to an address on a domain you've verified with the provider.
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#FF6F61", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>SES</span>
</div>

## Configuring Amazon SES

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>☁️</span> Amazon SES is a high-volume, cost-effective sending option suitable for workspaces sending thousands of emails per month.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  Go to <strong style={{ color: "#1C758A" }}>Settings → Email → SES</strong> and enter:
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
overflowX: "auto",
marginBottom: "24px",
border: "1px solid #E5E7EB",
borderRadius: "20px"
}}
>
  <table style={{ width: "100%", borderCollapse: "collapse" }}>
    <thead>
      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <th style={{ padding: "16px 20px", textAlign: "left", fontWeight: "600", fontSize: "14px" }}>Setting</th>
        <th style={{ padding: "16px 20px", textAlign: "left", fontWeight: "600", fontSize: "14px" }}>Value</th>
      </tr>
    </thead>

    <tbody>
      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>AWS Access Key ID</td>
        <td style={{ padding: "14px 20px" }}>From your IAM user credentials</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>AWS Secret Access Key</td>
        <td style={{ padding: "14px 20px" }}>From your IAM user credentials</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>AWS Region</td>

        <td style={{ padding: "14px 20px" }}>
          <code style={{ background: "rgba(0,0,0,0.05)", padding: "6px 12px", borderRadius: "8px", fontSize: "13px" }}>us-east-1</code>
        </td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>From Email</td>
        <td style={{ padding: "14px 20px" }}>A verified SES email address or domain</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>From Name</td>
        <td style={{ padding: "14px 20px" }}>The name recipients see</td>
      </tr>
    </tbody>
  </table>
</div>

**Prerequisites:**

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <div style={{ display: "flex", flexDirection: "column", gap: "12px" }}>
    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ background: "#30C8CA", color: "#FFFFFF", width: "22px", height: "22px", borderRadius: "999px", display: "inline-flex", alignItems: "center", justifyContent: "center", fontSize: "11px", fontWeight: "bold" }}>1</span>
      <span>Verify your sending domain in AWS SES <span style={{ color: "#A0A0A0" }}>(add TXT and DKIM records to your DNS)</span>.</span>
    </div>

    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ background: "#30C8CA", color: "#FFFFFF", width: "22px", height: "22px", borderRadius: "999px", display: "inline-flex", alignItems: "center", justifyContent: "center", fontSize: "11px", fontWeight: "bold" }}>2</span>
      <span>Create an IAM user with <code style={{ background: "#F0F0F0", padding: "2px 6px", borderRadius: "4px" }}>ses:SendEmail</code> and <code style={{ background: "#F0F0F0", padding: "2px 6px", borderRadius: "4px" }}>ses:SendRawEmail</code> permissions.</span>
    </div>

    <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
      <span style={{ background: "#30C8CA", color: "#FFFFFF", width: "22px", height: "22px", borderRadius: "999px", display: "inline-flex", alignItems: "center", justifyContent: "center", fontSize: "11px", fontWeight: "bold" }}>3</span>
      <span>Request production access from AWS to send to unverified addresses <span style={{ color: "#A0A0A0" }}>(sandbox mode only allows verified emails)</span>.</span>
    </div>
  </div>
</div>

<div
  className="dark:bg-black dark:border-white/10"
  style={{
background: "rgba(48,200,202,0.08)",
border: "1px solid rgba(48,200,202,0.2)",
borderRadius: "16px",
padding: "16px 20px",
marginBottom: "32px"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "10px" }}>📌</span>
  <span style={{ fontSize: "14px" }}>Once SES is configured, all emails sent from ParsaLink — including automation emails — will route through SES. Monitor your SES sending metrics in the AWS console to track bounce and complaint rates.</span>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Tips</span>
</div>

## Email Deliverability Tips

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <div style={{ display: "flex", flexDirection: "column", gap: "14px" }}>
    <div style={{ display: "flex", alignItems: "flex-start", gap: "12px" }}>
      <span style={{ color: "#FF6F61", fontSize: "18px" }}>✓</span>
      <span><strong style={{ color: "#143D4E" }}>Use a custom domain</strong> — Sending from <code style={{ background: "#F0F0F0", padding: "2px 6px", borderRadius: "4px" }}>[you@yourcompany.com](mailto:you@yourcompany.com)</code> is far more trustworthy than a generic provider domain.</span>
    </div>

    <div style={{ display: "flex", alignItems: "flex-start", gap: "12px" }}>
      <span style={{ color: "#FF6F61", fontSize: "18px" }}>✓</span>
      <span><strong style={{ color: "#143D4E" }}>Set up SPF, DKIM, and DMARC</strong> — These DNS records authenticate your emails and significantly reduce the chance of landing in spam.</span>
    </div>

    <div style={{ display: "flex", alignItems: "flex-start", gap: "12px" }}>
      <span style={{ color: "#FF6F61", fontSize: "18px" }}>✓</span>
      <span><strong style={{ color: "#143D4E" }}>Warm up new domains</strong> — Start with small send volumes and gradually increase over 2–4 weeks when using a new domain or SES account.</span>
    </div>

    <div style={{ display: "flex", alignItems: "flex-start", gap: "12px" }}>
      <span style={{ color: "#FF6F61", fontSize: "18px" }}>✓</span>
      <span><strong style={{ color: "#143D4E" }}>Keep lists clean</strong> — Use suppression lists and regularly remove hard bounces to protect your sender reputation.</span>
    </div>
  </div>
</div>
