Transactional Email Service with Searchable Email History: Mailia (No longer available)

0 Comments
Editor Ratings:
User Ratings:
[Total: 0 Average: 0]




Mailia is a free transactional email service with searchable email history. Here this is a simple and effective email service you can use for your web applications to handle user signups and password resets. You only need a domain to work with this and then you can just use the API that it provides to send emails. However, one feature that makes it stand out among the other tools of its kind is searchable email history. It keeps the record of every email you send through it. In the email history, it lets you find a particular by searching it via body text, subject, and deliverability. However, it only retains emails sent in the last 60 days.

You can use HTTP tools like cURL or it provides Python and  Node.js snippets to use it in your projects. It is built on Amazon SES and you can just set it up in a few moments. The domain verification can take some time but once it is verified, you can just start using it right away. The web interface that it offers is very simple where you can see and search email history and manage API keys. And here I will walk you through the steps involved in setting it up and use it with ease.

free transactional email api search history

Transactional Email Service with Searchable Email History: Mailia

In order to get started, the very first thing you have to do is just create a free account here. After that, you can see the main dashboard where it shows you code snippets. You can see the syntax to make HTTP requests to utilize the API and see how you can do that programmatically.

Now, the next thing you have to do here is to add a domain that you own. You will have to add DNS records in the DNS settings of your domain provider. Wait for the DNS changes to propagate and when the status is changed to verified, you can start using it.

dns verification mailia

Create an API key on the main website and then start making the API requests. The basic syntax is given below. You just add the API key in an appropriate place and then just send the email.

curl --location --request POST 'https://api.mailia.co/emails/' \
--header 'Authorization: Api-Key your-api-key' \
--header 'Content-Type: application/json' \
--data-raw ' {
"to_emails": ["[email protected]"],
"from_email": "[email protected]",
"subject": "Your first Mailia email",
"body_text": "Welcome to Mailia."
}'

mailia curl request

You can keep sending out emails and it will log them for you. In the “Email Search” section of the website, you can search for an email by email text, subject, and deliverability. All the filters and other search parameters are listed there so you just need to use them based on your needs. This is it, this is how you search email history in this simple and powerful transactional email service.

mailia seach emails

In this way, you can use this simple transactional email service with ease. Use it to quickly send emails to any recipient and the emails sent through it will always land in the “Updates” folder. You can easily integrate this service in any web app or any of your projects with ease. You just need a little bit of technical knowledge to use it for sending transactional emails.

Final words

If you are looking for a free and simple transactional email tool with searchable history then you are at the right place. Here you are given the 1000 emails a month which is kinda good for small startups and personal use. You just configure it and then use it whenever you want. I liked its simplicity and you just give a try and let me know what you think.

Editor Ratings:
User Ratings:
[Total: 0 Average: 0]
Free/Paid: Free

Leave A Reply

 

Get 100 GB FREE

Provide details to get this offer