Files
GibSend/apps/docs/introduction.mdx
2024-08-19 18:07:07 +10:00

42 lines
858 B
Plaintext

---
title: Introduction
description: "Unsend is Open source alternative to Resend, Sendgrid, Mailgun and Postmark etc."
icon: rocket
---
## Setting up
Quicklinks to set up your account and get started
<CardGroup col={2}>
<Card
title="Add domain"
icon="globe"
href="https://app.unsend.dev/domains"
>
Add domains to send emails
</Card>
<Card
title="Create API key"
icon="key"
href="https://app.unsend.dev/dev-settings/api-keys"
>
Generate API key to send emails from your app.
</Card>
<Card
title="Try our API"
icon="code"
href="/api-reference/introduction"
>
Learn how to use our API to send emails programmatically.
</Card>
<Card
title="NodeJS"
icon="node-js"
href="/get-started/nodejs"
>
Learn how to use our API to send emails programmatically.
</Card>
</CardGroup>