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.
You need to complete these given prerequisites, you can skip the step if you have already complete.
Sign up for a Mailazy account.
Complete Domain Authentication.
Generate the Mailazy Access Key
Integrate API in your language.
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": ["example@example.com"],
"from": "Sender ",
"subject": "",
"content": [{"type": "text/plain","value": ""}]
}'
response = https.request(request)
puts response.read_body
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.