Packetmail
all systems sending
email infrastructure / v2024

Ship messages.
See delivered.

A black-screen mail API for teams that read logs first and marketing second. Every green pixel means the message landed.

Send test message Read delivery log
22msrequest accepted
1 keyproduction ready
200message delivered
send-message.ts
// email as a typed API call
import { mail } from "@packetmail/api";

const receipt = await mail.send({
  from: "[email protected]",
  to: "[email protected]",
  subject: "Deploy report",
  text: "Build shipped cleanly."
});

if (receipt.status === "delivered") {
  console.log(receipt.id);
}
msg_8f31c2accepted, routed, confirmed
delivered