Help Docs

Send your first email

Follow the steps to send an email using the Postvane API.

Add an API key

Use the generated key below to authenticate your requests

Send an email

Implement or run the code below to send your first email

import { Postvane } from 'postvane';

const postvane = new Postvane('pv_9fq2Tk4Rd8');

postvane.emails.send({
  from: 'welcome@postvane.dev',
  to: 'noah.bricker+dev@parcelwright.io',
  subject: 'Hello from Postvane',
  html: '<p>Nice work — your <strong>first email</strong> just shipped.</p>'
});
Send email

Verify a domain

Add three DNS records so messages send from your own domain