The response from the email service after sending an email message.
This type uses a discriminated union to ensure type safety:
- Successful sends have a
messageIdbut noerrorMessages - Failed sends have
errorMessagesbut nomessageId
Simple email sending library for Node.js, Deno, Bun, and edge functions
The response from the email service after sending an email message.
This type uses a discriminated union to ensure type safety:
messageId but no errorMessageserrorMessages but no messageIdAdd Package
deno add jsr:@upyo/core
Import symbol
import { type Receipt } from "@upyo/core";
Import directly with a jsr specifier
import { type Receipt } from "jsr:@upyo/core";
Add Package
pnpm i jsr:@upyo/core
pnpm dlx jsr add @upyo/core
Import symbol
import { type Receipt } from "@upyo/core";
Add Package
yarn add jsr:@upyo/core
yarn dlx jsr add @upyo/core
Import symbol
import { type Receipt } from "@upyo/core";
Add Package
vlt install jsr:@upyo/core
Import symbol
import { type Receipt } from "@upyo/core";
Add Package
npx jsr add @upyo/core
Import symbol
import { type Receipt } from "@upyo/core";
Add Package
bunx jsr add @upyo/core
Import symbol
import { type Receipt } from "@upyo/core";