mailstack 0.1.0 copy "mailstack: ^0.1.0" to clipboard
mailstack: ^0.1.0 copied to clipboard

Official Dart SDK for the MailStack email API — send transactional email, manage sending domains and templates, stream delivery events, and verify webhooks.

Changelog #

0.1.0 #

  • Initial release of the MailStack Dart SDK.
  • MailStackClient with API-key and JWT + X-MailStack-Org auth.
  • Resources: emails (send, sendBatch, bulk, lint, list, get, cancel), messages (list, get, events), domains (list, get, create, verify, delete, blocklist), apiKeys (list, create, delete), templates (list, get, create, update, delete, publish, preview), webhooks (list, get, create, update, delete, rotateSecret, deliveries, replay).
  • verifyWebhookSignature helper (HMAC-SHA256, constant-time, 5-min tolerance).
  • Integer-encoded enums: MessageStatus, MessageEventType, SendingDomainStatus, TemplateStatus.
0
likes
150
points
0
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Official Dart SDK for the MailStack email API — send transactional email, manage sending domains and templates, stream delivery events, and verify webhooks.

Homepage
Repository (GitHub)
View/report issues

Topics

#email #api #transactional-email #mailstack

License

MIT (license)

Dependencies

crypto, http

More

Packages that depend on mailstack