# `Accrue.Emails.Receipt`
[🔗](https://github.com/szTheory/accrue/blob/accrue-v1.0.0/lib/accrue/emails/receipt.ex#L1)

Canonical receipt email.

Mailglass-backed proof-of-concept port for the receipt template while
preserving the adopter-visible copy and compatibility surface.

# `deliver`

# `deliver_later`

# `message`

```elixir
@spec message(map()) :: Mailglass.Message.t()
```

# `new`

# `render`

```elixir
@spec render(map()) :: String.t()
```

# `render`

# `render_text`

```elixir
@spec render_text(map()) :: String.t()
```

# `subject`

```elixir
@spec subject(map()) :: String.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
