Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/email/email-recipients-plaintext-formats.qmd
12925 views
---
title: Email Recipients Formats Test Document
author: Jules Walzer-Goldfeld
format:
    email:
        email-version: 2
---

Test document for various recipient input formats.

::: {.email}

::: {.subject}
Line-Separated Recipients
:::

::: {.recipients}
[email protected]
[email protected]
[email protected]
:::

::: {.email-text}
Email with line-separated recipients (plain text, one per line).
:::

First email with line-separated recipients.

:::

::: {.email}

::: {.subject}
Comma-Separated Recipients
:::

::: {.recipients}
[email protected], [email protected], [email protected]
:::

::: {.email-text}
Email with comma-separated recipients (plain text).
:::

Second email with comma-separated recipients.

:::

::: {.email}

::: {.subject}
Funky Email Formats - Dots and Hyphens
:::

::: {.recipients}
[email protected], [email protected], [email protected]
:::

::: {.email-text}
Email with dots, hyphens, and underscores in addresses.
:::

Third email with funky formats.

:::

::: {.email}

::: {.subject}
Funky Email Formats - Plus Signs
:::

::: {.recipients}
[email protected], [email protected], [email protected]
:::

::: {.email-text}
Email with plus signs in addresses.
:::

Fourth email with plus signs.

:::

::: {.email}

::: {.subject}
Mixed Separators and Quotes
:::

::: {.recipients}
"[email protected]" '[email protected]' [email protected], [email protected]
[email protected]
:::

::: {.email-text}
Email with mixed quotes, commas, spaces, and newlines.
:::

Fifth email with mixed separators.

:::

::: {.email}

::: {.subject}
Complex Local Parts
:::

::: {.recipients}
[email protected], [email protected], [email protected]
:::

::: {.email-text}
Email with complex combinations in local parts.
:::

Sixth email with complex local parts.

:::

Done with test emails.