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/sendstackWhy 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:
- SMS
- 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:
emailssmswhatsappmerchanthealth- raw
request(...)
Canonical Docs
Use the full docs in ../sendstack/README.md.