(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.
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;
We won't spam you.
Capture emails
Capturing mails has never been easier. Just send a POST request to our API and capture valuable email addresses.