Back to Products

mailatwill

Mail management through API, web browser, and chat tools

mailatwill is a powerful email management tool that lets you take control of your inbox. Access and manage your email through our API, web interface, or directly from your favorite chat tools.

Ditch the middleman and own your email infrastructure with our easy-to-use service.

mailatwill-demo.js
// Initialize the client
import { Mailatwill } from '@mailatwill/sdk';

const mailatwill = new Mailatwill({
  apiKey: 'YOUR_API_KEY'
});

// Send an email
await mailatwill.send({
  from: "you@example.com",
  to: "recipient@example.com",
  subject: "Hello from mailatwill",
  text: "This email was sent using the mailatwill API",
  html: "<p>This email was sent using the <strong>mailatwill API</strong></p>"
});

// Check inbox
const messages = await mailatwill.inbox.list({
  folder: 'inbox',
  limit: 10
});

console.log(`You have ${messages.length} messages`);

// Get a specific message
const message = await mailatwill.inbox.get(messageId);

// Reply to a message
await mailatwill.reply(messageId, {
  text: "Thanks for your email!",
  html: "<p>Thanks for your email!</p>"
});
Try It Now

Key Features

Email API

Simple API for sending and receiving emails

Web Interface

Manage your emails through our intuitive web interface

Chat Integration

Manage emails directly from Slack, Discord, and more

Automations

Create workflows to automate email processing

Pricing

Free

$0/month
  • • 100 emails/day
  • • 1 GB storage
  • • Basic API access
Popular

Pro

$29/month
  • • 10,000 emails/day
  • • 50 GB storage
  • • Full API access
  • • Chat integrations
  • • Basic automations

Enterprise

Contact us
  • • Unlimited emails
  • • Unlimited storage
  • • Advanced automations
  • • Custom integrations
  • • Dedicated support