> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect Mailofly with your favorite frameworks, databases, and workflow automation tools.

# Integrations

Mailofly integrates smoothly with modern web frameworks, platforms, email transports, and serverless architectures.

***

## Web Frameworks

<CardGroup cols={2}>
  <Card title="Next.js" icon="react" href="../getting-started/nodejs">
    Send emails from React Server Actions and API route handlers in Next.js App Router.
  </Card>

  <Card title="Remix / React Router" icon="bolt" href="../getting-started/nodejs">
    Integrate transactional notifications directly into Remix loaders and actions.
  </Card>

  <Card title="Astro" icon="rocket" href="../getting-started/nodejs">
    Trigger emails in Astro SSR endpoints and server-rendered form submissions.
  </Card>

  <Card title="Nuxt / Vue" icon="vuejs" href="../getting-started/nodejs">
    Dispatch transactional emails using Nitro server handlers in Nuxt 3.
  </Card>
</CardGroup>

***

## Backend & Language Ecosystems

<CardGroup cols={3}>
  <Card title="Laravel" icon="laravel" href="../smtp/laravel">
    Native SMTP and HTTP transport integration for Laravel Mailables.
  </Card>

  <Card title="Django / FastAPI" icon="python" href="../getting-started/python">
    Python client integration for transactional notifications and tasks.
  </Card>

  <Card title="Go / Gin" icon="golang" href="../getting-started/go">
    Lightweight, high-throughput email sending in Go backends.
  </Card>

  <Card title="PHP / PHPMailer" icon="php" href="../smtp/phpmailer">
    Drop-in compatibility with legacy and modern PHP systems.
  </Card>

  <Card title="Node.js / Nodemailer" icon="node-js" href="../smtp/nodemailer">
    Use Nodemailer or the official `mailofly` npm package.
  </Card>

  <Card title="Flutter / Dart" icon="flutter" href="../getting-started/dart">
    Mobile and desktop client notification dispatching.
  </Card>
</CardGroup>

***

## Infrastructure & Authentication

<CardGroup cols={2}>
  <Card title="Supabase" icon="database" href="../smtp/supabase">
    Route Supabase Auth magic links and password reset emails through Mailofly.
  </Card>

  <Card title="Google Workspace" icon="google" href="./google-workspace">
    Connect Google Workspace sending accounts and domain aliases.
  </Card>

  <Card title="Webhooks" icon="webhook" href="../webhooks/introduction">
    Stream delivery, bounce, click, and open events to your API in real-time.
  </Card>

  <Card title="Zapier & n8n" icon="diagram-project" href="./rest-api-automation">
    Automate email workflows without writing server infrastructure.
  </Card>
</CardGroup>


## Related topics

- [Index](/changelog/index.md)
- [Introduction](/api/index.md)
- [Retries and debugging](/webhooks/retries-and-debugging.md)
- [Send Test Emails](/sending/send-test-emails.md)
- [Version History](/templates/version-history.md)
