---
title: "Organization SMTP"
description: "Configure custom SMTP settings so your organization's notification emails are sent through your own mail server. All SMTP endpoints require admin role."
---

## Authentication

All endpoints accept API bearer tokens or session cookies:

```bash
BASE_URL="https://uptimeify.io"
TOKEN="<your-api-token>"
```

## Endpoints

- [Test SMTP Connection](./test-smtp)
- [Get SMTP Send Logs](./get-smtp-logs)

