Tag
#node
2 posts tagged “node”.
- 9 min read
Announcing the MailKite Server developer API: use the client against your own server
MailKite Server now exposes a Cloud-compatible send and receive API. Point the MailKite client at your own server, keep your application code, and choose self-hosted, Cloud, or a hybrid deployment.
- 2 min read
Parse inbound email to JSON in Node.js
Receive email as a webhook in Node.js: set up MailKite, verify the HMAC signature, parse the JSON payload, and handle attachments. Complete tutorial with working Express code.