Parcel Wing Ruby SDK logo

Send email with Ruby.

Use the official Parcel Wing SDK to send product and campaign email from Ruby with a clean API that fits real app code.

Start with one send, then grow into verified domains, deliverability tooling, and inbox visibility on the same platform.

Featured snippetRuby

Start with one send.

Install the gem, initialize a client, and send your first message with Ruby-friendly keyword arguments.

Package

parcelwing

Install

gem install parcelwing

Ruby
1require "parcelwing"
2 
3parcelwing = ParcelWing::Client.new(
4 api_key: ENV.fetch("PARCELWING_API_KEY")
5)
6 
7emails = parcelwing.emails.send(
8 from: "Parcel Wing <[email protected]>",
10 subject: "Hello World",
11 html: "<strong>It works!</strong>",
12 text: "It works!"
13)
14 
15puts emails[0].fetch("id")

Why this SDK

A Ruby SDK built for app workflows, not throwaway snippets.

Simple first send

Get from install to live email quickly without building around a throwaway demo integration.

Ruby-friendly API

Use keyword arguments, hashes, and predictable return values that fit neatly into Rails, Sinatra, or background jobs.

Production-friendly path

Use the same platform for password resets, invites, receipts, alerts, and lifecycle messaging.

Deliverability built in

Layer in domains, routing, and deeper delivery visibility when the stakes rise.

Workflow

Move from install to live sends fast.

Step 1

Install the gem

Add `parcelwing`, initialize a client with your API key, and keep the setup close to the rest of your application services.

Step 2

Send your first email

Ship one useful message, then use the returned queued email data in logs, controllers, or async jobs.

Step 3

Scale on the same integration

Add domain setup, routing, and deliverability tooling later without rewriting the API surface your app depends on.

Ship with Ruby
Parcel Wing logo

Start sending this today.

Send product email with a Ruby SDK that stays simple on day one and keeps up when volume, reputation, and inbox visibility start to matter.

Start sending with Parcel Wing
No credit card required