# Email Template (puqDockerMinIO Welcome Email)

### 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 Welcome Email` |

---

## Email Subject

```
MinIO Order Information
```

---

## Email Body

```html
Dear {$client_name},

Your order has been accepted for implementation.

Product/Service: {$service_product_name}
Payment Method: {$service_payment_method}
Amount: {$service_recurring_amount}
Billing Cycle: {$service_billing_cycle}
Next Due Date: {$service_next_due_date}


The installation and setup of your MinIO instance is in progress.
Within the next 4 minutes, you will be able to use your MinIO instance.

Upon your first login, you will need to create an account.

Here is the link to your MinIO server.

https://console.{$service_domain}/
Thank you for choosing us.

{$signature}
```

---

## Available template variables

| Variable | Description |
|----------|-------------|
| `{$client_name}` | Client full name |
| `{$service_product_name}` | Product/service name |
| `{$service_payment_method}` | Payment method |
| `{$service_recurring_amount}` | Recurring amount |
| `{$service_billing_cycle}` | Billing cycle |
| `{$service_next_due_date}` | Next due date |
| `{$service_domain}` | Service domain |

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


<!-- sync:cebc5ec56ebc9292 -->