Overview
Your workspace at a glance. Everything here is real — including the zeros. Numbers appear as you send.
Sent
0
Last 7 days
Delivered
—
No emails sent yet
Bounced
—
No emails sent yet
Opened
—
Tracking off by default
Get set up
Three steps to your first delivered email.
Sending volume
Your sending volume will appear here once you send your first email.
Send your first email
test keyCopy, paste, and run. This uses your workspace’s test key — swap in a verified domain when you’re ready for production.
import { MacroMail } from '@macromail/sdk';
const mm = new MacroMail(process.env.MACROMAIL_API_KEY);
const { data, error } = await mm.emails.send({
from: 'You <hello@yourdomain.com>',
to: ['user@example.com'],
subject: 'Welcome to MacroMail',
html: '<p>It works — sent over Amazon SES.</p>',
});Prefer your agent? Run npx @macromail/mcp install and ask it to send a test email.