Capture emails with five lines of code

(if you beautify it)

mailee is a simple email capture API that allows you to capture emails with just a few lines of code. It's free to use and you can get started in minutes.

Newsletter.jsx
Capture.js
import axios from 'axios';

const captureEmail = (email) => axios.post('https://mailee.dev/api/v1/list/bea2a0b6-d298-48b1-b5ae-e8c152766e84/emails', {
  email,
  apiKey: YOUR_MAILEE_API_KEY,
});

export default captureEmail;

Get notified when we launch.

We won't spam you.

E-Mails via API

Capture emails

Capturing mails has never been easier. Just send a POST request to our API and capture valuable email addresses.

Create email lists with ease
Two clicks and you’re good to go. You’ll get a API route and can start capturing emails.
Export lists.
Export your lists as CSV or JSON.
More features to come…
Create email lists with mailee