Either you're building a web app with Ruby on Rails or a RESTful API with Sinatra, Resend seamlessly integrate into your stack.
require "resend"Resend.api_key = "re_123456789"params = {"from": "onboarding@resend.dev","to": "delivered@resend.dev","subject": "Hello World","html": "<strong>it works!</strong>"}sent = Resend::Emails.send(params)puts sent
# Add this to config/initializers/mailer.rb:Resend.api_key = "re_123456789"# Add this to config/environments/environment.rb:config.action_mailer.delivery_method = :resend# Send the emailclass UserMailer < ApplicationMailerdefault from: 'onboarding@resend.dev'def welcome_email@user = params[:user]@url = 'http://example.com/login'mail(to: ["delivered@resend.dev"], subject: 'Hello World')endend
Configure Resend as an Action Mailer delivery method and send emails from your application using ERB templates.
Install by adding the resend gem to your list of dependencies, include the API key, and you're ready to start sending emails.
require "sinatra"require "resend"set :port, 5000set :bind, "0.0.0.0"Resend.api_key = 're_123456789'get "/" docontent_type :jsonparams = {from: 'onboarding@resend.dev',to: 'delivered@resend.dev',subject: 'Hello World',html: '<strong>it works!</strong>',}Resend::Emails.send(params).to_hash.to_jsonend
Resources to help you integrate email into your application quickly.
Follow the step-by-step guide and learn how to send your first email using Ruby.
Understand the REST API endpoints and each of the parameters that can be used.
"Our team loves Resend. It makes email sending so easy and reliable. After we switched to Dedicated IPs, our deliverability improved tremendously and we don't hear complaints about emails landing on spam anymore."Vlad MatsiiakoCo-founder of InfisicalVlad Matsiiako
"I've used Mailgun, Sendgrid, and Mandrill and they don't come close to providing the quality of developer experience you get with Resend."Brandon StrittmatterCo-founder of OuterbaseBrandon Strittmatter
"Resend is an amazing product. It was so easy to switch over. I feel confident knowing that our important emails are in good hands with Resend. Everyone should be using this."Shariar KabirFounder at Ruby CardShariar Kabir
"All of our customers are located in South America, so having a solution that could send emails from the region closest to our users is very important. Resend's multi-region feature is a game-changer for us."Giovanni KeppelenCTO & Partner at VOA HoteisGiovanni Keppelen
"The speed and ease of integrating with the product was incredible, but what really stood out was their intricate knowledge of email and relentless support day or night. Oh and we also ended up winning Product of the week."Sam DuckerCo-founder of AnyoneSam Ducker
"As a developer I love the approach that the Resend team is taking. Its so refreshing. They are also extremely user-centric and helpful in terms of getting you up and running, sending beautiful emails that deliver."Hahnbee LeeCo-Founder at MintlifyHahnbee Lee
"The Resend team have built a great product in a space that hasn't seen 10x innovation for years. Engineering peers are raving about Resend - it's such a smoother dev experience."Roberto RiccioHead of Product at AllianceRoberto Riccio
"If you're a developer or working on a startup, you're going to love Resend's approach to emailing."Joe DeMariaCo-founder & CEO of SpecCheckJoe DeMaria
"We were up and running with Resend in no time. It was seamless to integrate into our existing workflow and gave us a tremendous amount of visibility into our email capabilities. Simple to say, it was a no-brainer."Ty SharpCo-founder & CEO of InBuildTy Sharp
"Resend not only streamlines our emails to accommodate our expanding customer base, but their team also offered valuable hands-on support during the transition from our old API. Their product is visually stunning and seamlessly integrates with React Email."Thiago CostaCo-founder of Fey and NarativeThiago Costa
"As of our last deployment all of our emails are using Resend. We are loving the development experience of React Email - not having to leave my dev environment to develop new emails is a game-changer."Adam RankinFounding Engineer at WarpAdam Rankin
"Working with Resend has been amazing. By using Webhooks, I'm able to track email opened/clicked events via Segment and log those events in LogSnag for visibility. I highly believe in the people behind Resend."Taylor FacenFounder of FintaTaylor Facen
"Resend is super easy to set up. Loving the modern approach the team is taking with supercharging email. Never been a fan of other clunky tools."Brek GoinFounder of HammrBrek Goin
"Our team loves Resend. It makes email sending so easy and reliable. After we switched to Dedicated IPs, our deliverability improved tremendously and we don't hear complaints about emails landing on spam anymore."Vlad MatsiiakoCo-founder of InfisicalVlad Matsiiako
"I've used Mailgun, Sendgrid, and Mandrill and they don't come close to providing the quality of developer experience you get with Resend."Brandon StrittmatterCo-founder of OuterbaseBrandon Strittmatter
"Resend is an amazing product. It was so easy to switch over. I feel confident knowing that our important emails are in good hands with Resend. Everyone should be using this."Shariar KabirFounder at Ruby CardShariar Kabir
"All of our customers are located in South America, so having a solution that could send emails from the region closest to our users is very important. Resend's multi-region feature is a game-changer for us."Giovanni KeppelenCTO & Partner at VOA HoteisGiovanni Keppelen
"The speed and ease of integrating with the product was incredible, but what really stood out was their intricate knowledge of email and relentless support day or night. Oh and we also ended up winning Product of the week."Sam DuckerCo-founder of AnyoneSam Ducker
"As a developer I love the approach that the Resend team is taking. Its so refreshing. They are also extremely user-centric and helpful in terms of getting you up and running, sending beautiful emails that deliver."Hahnbee LeeCo-Founder at MintlifyHahnbee Lee
"The Resend team have built a great product in a space that hasn't seen 10x innovation for years. Engineering peers are raving about Resend - it's such a smoother dev experience."Roberto RiccioHead of Product at AllianceRoberto Riccio
"If you're a developer or working on a startup, you're going to love Resend's approach to emailing."Joe DeMariaCo-founder & CEO of SpecCheckJoe DeMaria
"We were up and running with Resend in no time. It was seamless to integrate into our existing workflow and gave us a tremendous amount of visibility into our email capabilities. Simple to say, it was a no-brainer."Ty SharpCo-founder & CEO of InBuildTy Sharp
"Resend not only streamlines our emails to accommodate our expanding customer base, but their team also offered valuable hands-on support during the transition from our old API. Their product is visually stunning and seamlessly integrates with React Email."Thiago CostaCo-founder of Fey and NarativeThiago Costa
"As of our last deployment all of our emails are using Resend. We are loving the development experience of React Email - not having to leave my dev environment to develop new emails is a game-changer."Adam RankinFounding Engineer at WarpAdam Rankin
"Working with Resend has been amazing. By using Webhooks, I'm able to track email opened/clicked events via Segment and log those events in LogSnag for visibility. I highly believe in the people behind Resend."Taylor FacenFounder of FintaTaylor Facen
"Resend is super easy to set up. Loving the modern approach the team is taking with supercharging email. Never been a fan of other clunky tools."Brek GoinFounder of HammrBrek Goin
"Our team loves Resend. It makes email sending so easy and reliable. After we switched to Dedicated IPs, our deliverability improved tremendously and we don't hear complaints about emails landing on spam anymore."Vlad MatsiiakoCo-founder of InfisicalVlad Matsiiako
"I've used Mailgun, Sendgrid, and Mandrill and they don't come close to providing the quality of developer experience you get with Resend."Brandon StrittmatterCo-founder of OuterbaseBrandon Strittmatter
"Resend is an amazing product. It was so easy to switch over. I feel confident knowing that our important emails are in good hands with Resend. Everyone should be using this."Shariar KabirFounder at Ruby CardShariar Kabir
"All of our customers are located in South America, so having a solution that could send emails from the region closest to our users is very important. Resend's multi-region feature is a game-changer for us."Giovanni KeppelenCTO & Partner at VOA HoteisGiovanni Keppelen
"The speed and ease of integrating with the product was incredible, but what really stood out was their intricate knowledge of email and relentless support day or night. Oh and we also ended up winning Product of the week."Sam DuckerCo-founder of AnyoneSam Ducker
"As a developer I love the approach that the Resend team is taking. Its so refreshing. They are also extremely user-centric and helpful in terms of getting you up and running, sending beautiful emails that deliver."Hahnbee LeeCo-Founder at MintlifyHahnbee Lee
"The Resend team have built a great product in a space that hasn't seen 10x innovation for years. Engineering peers are raving about Resend - it's such a smoother dev experience."Roberto RiccioHead of Product at AllianceRoberto Riccio
"If you're a developer or working on a startup, you're going to love Resend's approach to emailing."Joe DeMariaCo-founder & CEO of SpecCheckJoe DeMaria
"We were up and running with Resend in no time. It was seamless to integrate into our existing workflow and gave us a tremendous amount of visibility into our email capabilities. Simple to say, it was a no-brainer."Ty SharpCo-founder & CEO of InBuildTy Sharp
"Resend not only streamlines our emails to accommodate our expanding customer base, but their team also offered valuable hands-on support during the transition from our old API. Their product is visually stunning and seamlessly integrates with React Email."Thiago CostaCo-founder of Fey and NarativeThiago Costa
"As of our last deployment all of our emails are using Resend. We are loving the development experience of React Email - not having to leave my dev environment to develop new emails is a game-changer."Adam RankinFounding Engineer at WarpAdam Rankin
"Working with Resend has been amazing. By using Webhooks, I'm able to track email opened/clicked events via Segment and log those events in LogSnag for visibility. I highly believe in the people behind Resend."Taylor FacenFounder of FintaTaylor Facen
"Resend is super easy to set up. Loving the modern approach the team is taking with supercharging email. Never been a fan of other clunky tools."Brek GoinFounder of HammrBrek Goin
Resend delivers mission-critical emails for some of the fastest growing teams.
Sign up for free