# Email Template (puqDockerMinIO Notification disk limit)

### Docker MinIO module **[WHMCS](https://puqcloud.com/link.php?id=77)**
#####  [Order now](https://puqcloud.com/whmcs-module-docker-minio.php) | [Download](https://download.puqcloud.com/WHMCS/servers/PUQ_WHMCS-Docker-MinIO/) | [FAQ](https://faq.puqcloud.com/) | [n8n](https://puqcloud.com/link.php?id=117)

### Create an email template for customer notifications.

Navigate to: **System Settings → Email Templates → Create New Email Template**

---

## Template configuration

| Parameter | Value |
|-----------|-------|
| **Email Type** | Product/service |
| **Unique Name** | `puqDockerMinIO Notification disk limit` |

---

## Email Subject

```
Disk space usage {$disk_used_percentage}%
```

---

## Email Body

```html
Dear {$client_name},

We want to inform you that your MinIO service is running low on disk space.
Please take action to prevent service interruptions.

Service Details:

Product/Service: {$service_product_name}
Domain: {$service_domain}
Total Disk Space: {$disk_total}
Used Disk Space: {$disk_used} ({$disk_used_percentage}%)
Consider freeing up space or upgrading your plan if needed.

{$signature}
```

---

## Available template variables

| Variable | Description |
|----------|-------------|
| `{$client_name}` | Client full name |
| `{$service_product_name}` | Product/service name |
| `{$service_domain}` | Service domain |
| `{$disk_total}` | Total disk space |
| `{$disk_used}` | Used disk space |
| `{$disk_used_percentage}` | Used disk space percentage |

> **Note:** Standard WHMCS merge fields are also available in this template.


<!-- sync:e4c7ae81529369d3 -->