title = Yii::t('app', 'SMTP Setting'); $this->params['breadcrumbs'][] = Yii::t('app', 'SMTP Setting'); ?>
render('/widgets/_ibox-title');?>
{input}\n{error}
\n{hint}
{{%TIPS%}}
"; ?> field($model, 'smtp_host', ['template' => str_replace("{{%TIPS%}}", " " . yii::t('app', 'smtp.xxx.com'), $template)]) ?>
field($model, 'smtp_port', ['template' => str_replace("{{%TIPS%}}", " " . yii::t('app', '25/465/587'), $template)]) ?>
field($model, 'smtp_username', ['template' => str_replace("{{%TIPS%}}", " " . "x@xx.com", $template)]) ?>
field($model, 'smtp_password', ['template' => str_replace("{{%TIPS%}}", "", $template)])->textInput() ?>
field($model, 'smtp_nickname', ['template' => str_replace("{{%TIPS%}}", " " . "xx", $template)])->textInput() ?>
field($model, 'smtp_encryption', ['template' => str_replace("{{%TIPS%}}", " " . "tls/ssl", $template)]) ?>