Powered by Gmail API

Email API for
your Google account

Send emails from your own Gmail address through a simple REST API. Connect once, get an API key, and integrate in minutes.

send-email.sh
$ curl -X POST https://your-app.vercel.app/api/send-email \
  -H "x-api-key: rm_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user@example.com",
    "subject": "Hello from RegMail",
    "body": "Sent via your own Gmail!"
  }'

{ "success": true, "message": "Email sent successfully" }

Three steps to start sending

No complex setup. No SMTP configuration.

01

Create Account

Sign up in seconds. No credit card required.

02

Connect Google

One-click OAuth to authorize Gmail access. Emails are sent from your own address.

03

Send via API

Generate an API key and send emails with a simple POST request.

Your Gmail

Emails sent from your own Google account

REST API

Simple JSON endpoint, any language

API Keys

Generate and manage multiple keys

HTML & Text

Send rich HTML or plain text emails

Ready to send?

Create your account and start sending emails in under a minute.

Get Started Free