Skip to content

Send

Panel > Systems > Send

Send Services

Menu TitleKey NameDefault Key ValueValue TypeDescription
Email Service Providersend_email_servicepluginpanelUsages sendEmail
SMS Service Providersend_sms_servicepluginpanelUsages sendSms
Default SMS Country Codesend_sms_default_code65numberNo +
Supported SMS Country Codessend_sms_supported_codes["65"]arrayNo +
iOS Notification Providerios_notifications_servicepluginpanelUsages appNotifications
Android Notification Providerandroid_notifications_servicepluginpanelUsages appNotifications
Desktop Notification Providerdesktop_notifications_servicepluginpanelUsages appNotifications

Verify Code Templates

Column TitleKey NameSending NumberDescription
General Verify Codeverifycode_template11Key value JSON format, see below
Register New Accountverifycode_template22Key value JSON format, see below
Modify Information Verifyverifycode_template33Key value JSON format, see below
Change New Bindingverifycode_template44Key value JSON format, see below
Reset Login Passwordverifycode_template55Key value JSON format, see below
Reset Payment Passwordverifycode_template66Key value JSON format, see below
Use Verify Code to Loginverifycode_template77Key value JSON format, see below
Use Verify Code to Delete Accountverifycode_template88Key value JSON format, see below
json
{
    "email": {
        "status": true,
        "templates": {
            "en": {
                "title": "Title (HTML supported)",
                "content": "Content (HTML support)"
            },
            "zh-Hans": {
                "title": "标题(支持 HTML)",
                "content": "内容(支持 HTML)"
            }
        }
    },
    "sms": {
        "status": true,
        "templates": {
            "en": {
                "signName": "Text Message Signature Name",
                "templateCode": "Template ID",
                "codeParam": "Verify code variable name"
            },
            "zh-Hans": {
                "signName": "短信签名名称",
                "templateCode": "模板 ID",
                "codeParam": "验证码变量名"
            }
        }
    }
}

Mail available variables (plugin parsing):

  • {logo} Website LOGO
  • {icon} Website ICON
  • {name} Website Name
  • {code} Verify Code
  • {time} Valid Time

Released under the Apache-2.0 License