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

# Anypost

> Learn how to use the Anypost provider to send email notifications using Novu

You can use the [Anypost](https://anypost.com/) provider to send transactional emails to your customers using the Novu Platform with a single API to create multi-channel experiences.

## Getting Started

To use the Anypost provider in the email channel, you will need to create an Anypost account and add your API key to the Anypost integration on the Novu platform.

## Generating an API Key

To generate a new API key in Anypost, you can follow these steps:

* [Sign up](https://anypost.com/) or log in to your Anypost account.
* Open **Settings**, then **API Keys**.
* Click **Create API Key**, give it a name, and choose its scope.
  * A `send_only` key is enough to send email. A `full` key is required if you want Novu to automatically configure the inbound webhook for [activity tracking](/platform/integrations/email/activity-tracking/manual-configuration/anypost).
* Copy the generated API key.

## Authenticating your Sender Identity

Before you can send emails, you will need to verify the domain you send from.

Anypost verifies your sender identity through [domain authentication](https://anypost.com/docs/domains). Add your domain under **Domains** in the dashboard and publish the DNS records it provides (SPF, DKIM, and the tracking record).

## Creating an Anypost integration with Novu

* Visit the [Integrations](https://dashboard.novu.co/integrations?utm_campaign=docs-anypost) page on Novu.
* Click on Add a Provider.
* Select Anypost service.
* Enter your Anypost API Key.
* Fill in the `From email address` field using an address on your verified domain.
* Fill in the `Sender's name`.
* Click on the `Disabled` button and mark it as `Active`.
* Click on the **Update** button.
* You should now be able to send notifications using Anypost in Novu.

## Next Steps

<Columns cols={2}>
  <Card title="Configure bcc, cc, and reply-to" href="/platform/integrations/email#sending-email-overrides">
    Learn how to configure bcc, cc, and reply-to for your email notifications using email overrides
  </Card>

  <Card title="Sending email attachments" href="/platform/integrations/email#sending-email-attachments">
    Learn how to send attachments with email notifications
  </Card>

  <Card title="Use different email integration" href="/platform/integrations/email#sending-email-overrides">
    Learn how to use different email provider integrations to be used to send emails
  </Card>
</Columns>
