📧 邮件通知系统

📨 网页发送测试
🔗 独立 API 调用示例

使用 send.php 接口,支持 JSON 请求

POST /send.php
Content-Type: application/json

{
  "api_key": "your-api-key",
  "sid": 1,
  "tid": 1,
  "recipient": "user@example.com",
  "variables": {
    "name": "张三",
    "code": "123456"
  }
}

也支持 application/x-www-form-urlencoded 方式