Coming Soon

MailJunky for Vercel

We're building a native Vercel Marketplace integration. Once live, you'll get a fully provisioned email API with auto-injected keys and zero config.

1 click
Setup Time
Zero
Config Needed
Auto
Env Vars
All
Frameworks
Quick Setup

Three steps. Zero config.

The Vercel integration handles provisioning, secrets, and environment variables. You just write code.

1

Install from Marketplace

Find MailJunky in the Vercel Marketplace and click Install. Choose your plan and connect to your Vercel team.

Open Marketplace
2

Connect to a Project

Select which Vercel project needs email. MailJunky provisions your keys and injects MAILJUNKY_API_KEY and MAILJUNKY_PUBLIC_KEY automatically.

3

Start Sending

Import the SDK and send. No env file editing, no key copying. It just works on every deployment.

Framework Examples

Works with every framework

The env var is available in any framework deployed on Vercel. Here's how to use it.

Next.js
import { MailJunky } from '@mailjunky/sdk'

const mj = new MailJunky({ apiKey: process.env.MAILJUNKY_API_KEY! })

export async function POST(req: Request) {
  const { email } = await req.json()

  await mj.emails.send({
    from: '[email protected]',
    to: email,
    subject: 'Welcome!',
    html: '<h1>Welcome aboard</h1>'
  })

  return Response.json({ sent: true })
}

Everything you need

More than just SMTP. MailJunky gives you a complete email platform with event tracking and AI workflows.

Auto-Provisioned Keys

Both live and public API keys are created and injected as MAILJUNKY_API_KEY and MAILJUNKY_PUBLIC_KEY. No manual setup required.

Secret Rotation

Rotate API keys from the Vercel dashboard. Old keys are revoked and new ones are injected automatically.

Plan Syncing

Upgrade or downgrade your MailJunky plan directly from Vercel. Billing is unified in one place.

Transactional Email

Send order confirmations, password resets, welcome emails, and more through a simple API.

Event Tracking

Track user behaviour and trigger automated emails based on events — all from the same SDK.

AI Workflows

Set up intelligent email automation that responds to user actions. Powered by event tracking and AI.

Environment Variables

What gets injected

When you connect MailJunky to a Vercel project, these environment variables are automatically set.

VariableDescriptionEnvironments
MAILJUNKY_API_KEYLive key for server-side sending, contacts, and analytics
ProductionPreviewDev
MAILJUNKY_PUBLIC_KEYPublic key for client-side event tracking (safe to expose in browser)
ProductionPreviewDev

Want to know when this goes live?

Join the waitlist and we'll notify you as soon as the Vercel integration is available.

Free forever plan
Zero config setup
No credit card