Send Smart, Connect Fast.

Experience seamless email integration with our robust API solution. Streamline your communication and enhance your outreach effortlessly.

Noreply mails

Easily integrate our API to automate sending multiple no-reply emails for notifications, alerts, or confirmations to employees, staff, or colleagues. Simplify your communication processes with ease.

import requests
# Define the URL endpoint
url = "https://api.hlomail.in/v1/noreply-mail"
                
# Define the payload
payload = {
    "api_key": "< your_api_key >",
    "recipient_email": [
        "email1@example.com",
        "email2@example.com"
    ],
    "subject": "Email Subject",
    "header": "Message Header",
    "body": "*Message:* [>body<]",
    "footer": "message \nfooter"
}
                
# Send the POST request
response = requests.post(url, json=payload)

Contact mails

Streamline your website's contact forms with our API, enabling direct delivery of form submissions to your email. Enhance efficiency and communication with your clients.

<form action="https://api.hlomail.in/v1/contact-mail" method="post">
    <input
    type="text"
    id="api_key"
    name="api_key"
    value="cb0ba74624a44c91253c53ca46635219"
    style="display: none;"
    />
            
    <label for="name">Name:</label>
    <input type="text" name="name" />
            
    <label for="email">Email:</label>
    <input type="email" name="email" />
            
    <label for="message">Message:</label>
    <textarea name="message"></textarea>
            
    <label for="phone_no">Phone Number:</label>
    <input type="text" name="phone_no" />
            
    <label for="template">Template:</label>
    <input type="text" name="template" />
            
    <button type="submit">Submit</button>
  </form>
  

Create your Access Key!

Begin your journey with our API in just a
few simple steps!!