For Developers By Developers

You can integrate Mailazy in minutes with your platform. Build and monitor your email solution on a trusted foundation with technical and strategic support when you need it the most.

Trusted by 145+ customers and delivering over 18 Million emails/month.

Configure Shipping confirmation emails with Email API for Ruby

Shipping confirmation emails is an important component of any email communication strategy. In order to ensure delivery of Shipping confirmation emails to your customers, reply on a trusted cloud-based email provider like Mailazy as a partner in your growth journey.

Prerequisites

You need to complete these given prerequisites, you can skip the step if you have already complete.

  1. Sign up for a Mailazy account.

  2. Complete Domain Authentication.

  3. Generate the Mailazy Access Key

  4. Integrate API in your language.

Integration with Ruby

  • Start Sending mail using the code provided below:

require "uri"
require "net/http"
url = URI("https://api.mailazy.com/v1/mail/send")
https = Net::HTTP.new(url.host, url.port);
https.use_ssl = true
request = Net::HTTP::Post.new(url)
request["X-Api-Key"] = ""
request["X-Api-Secret"] = ""
request["Content-Type"] = "application/json"
request.body = '{
      "to": ["[email protected]"],
      "from": "Sender ",
      "subject": "",
      "content": [{"type": "text/plain","value": ""}]
}'
response = https.request(request)
puts response.read_body

Send transactional emails with Mailazy

Mailazy email delivery platform is powered by AI and uses the global infrastructure so that you can scale effortlessly. Mailazy is the trusted transactional email provider for hundreds of businesses and we are growing every day. We are known for being the most reliable and trusted senders on the internet.

Ready to get started?

Get started — it's free