npm.io
0.1.4 • Published 4d ago

@norialabs/mailer

Licence
MIT
Version
0.1.4
Deps
0
Size
99 kB
Vulns
0
Weekly
30
DeprecatedThis package is deprecated

@norialabs/mailer

Compatibility package for @norialabs/sendstack.

For new projects, install @norialabs/sendstack instead:

npm install @norialabs/sendstack

Why This Exists

@norialabs/mailer was the original package name when the SDK mainly targeted email flows.

The SDK now exposes the broader Sendstack messaging surface:

  • email
  • SMS
  • WhatsApp
  • merchant/control-plane messaging routes

Because of that, @norialabs/sendstack is now the canonical package name.

Migration

Replace:

import { Mailer } from "@norialabs/mailer";

with:

import { Mailer } from "@norialabs/sendstack";

The public client shape remains the same.

Current API Surface

The compatibility package still exposes the same Sendstack-first helpers:

  • emails
  • sms
  • whatsapp
  • merchant
  • health
  • raw request(...)

Canonical Docs

Use the full docs in ../sendstack/README.md.

License

MIT