Ruby SDK
The jetemail gem is the official Ruby SDK for JetEmail transactional email (MIT license, Ruby 3.0+). Create a transactional API key in the dashboard: Outbound → Keys → Add API key. Use that key with the SDK.Installation
Gemfile:
Quick start
from address on a verified domain (see Getting started).
Constructor
client.email.send(**options)
Send a single email.
Response shape:
{ "id" => String, "response" => String }.
client.batch.send(emails)
Send up to 100 emails in one request. Returns summary (total, successful, failed) and results per message.
Attachments
Error handling
For additional examples and the full option list, see the RubyGems page. REST details: API reference.