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

# Introduction

> Welcome to SendSculpt Mailer documentation.

Welcome to the official **SendSculpt Mailer** documentation!

SendSculpt makes it effortless to send beautifully sculpted emails securely and at scale. This documentation covers the underlying Mailer API and the official SendSculpt SDKs.

These abstract away the complexity of making raw HTTP requests, providing a standardized, strongly-typed, and language-idiomatic way to trigger your emails.

## Features

* **Templating**: Easily send emails using predefined templates with dynamic context variables.
* **Attachments**: Seamlessly send attachments alongside your emails. The SDKs automatically convert file paths or raw byte buffers into Base64 encoded strings.
* **Advanced Routing**: Leverage Reply-To overrides and Sender Name masking.

## Explore the Documentation

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get sending in minutes with a quickstart guide.
  </Card>

  <Card title="SDKs" icon="code" href="/sdks/nodejs">
    Explore the SDKs available in 7 languages.
  </Card>

  <Card title="API Reference" icon="webhook" href="/api-reference/send-email">
    Read the direct Mailer API spec for custom integrations.
  </Card>
</CardGroup>
