Skip to main content

Send Emails with Ruby

Use the official isend.ai Ruby SDK to send transactional emails using any provider via isend.ai.

1. Install

Add this line to your application’s Gemfile:
Then run:
Or install it directly:

2. Send an Email


3. With Custom Configuration


4. Error Handling


5. Rails Integration

config/initializers/isend.rb
Usage in app

6. Background Job Example


Requirements

  • Ruby 2.0 or higher
  • HTTParty gem

GitHub Repo

Check out the repository on GitHub: → View Ruby SDK Repo