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.
Configure Email API with cURL
Prerequisites
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.
Integration with cURL
Start Sending mail using the code provided below:
curl --location --request POST 'https://api.mailazy.com/v1/mail/send' \
--header 'X-Api-Key: ' \
--header 'X-Api-Secret: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": ["[email protected]"],
"from": "Sender ",
"subject": "",
"content": [
{
"type": "text/plain",
"value": ""
}
]
}'
Send Emails with Mailazy
Mailazy is a simple email service to use, yet it provides so many benefits. Mailazy is the only simple transactional email service you’ll need. And the forever free plan lets you test drive it., Mailazy's team is well-equipped to help you quickly resolve your queries and issues. Try us for free today!
Signup for Free Developer DocumentationReady to get started?
For High-Volume custom requirements send us an email and we will come up with a detailed quote within 24 hours.
Contact Us