Manual:$wgAdditionalMailParams/zh
Appearance
| 电子邮件设置: $wgAdditionalMailParams | |
|---|---|
Additional email parameters, will be passed as the last argument to mail() PHP function call. |
|
| 引进版本: | 1.17.0 (r75557) |
| 移除版本: | 仍在使用 |
| 允许的值: | (字符串)或null |
| 默认值: | null |
| 其他设置: 按首字母排序 | 按功能排序 | |
细节
Additional email parameters, will be passed as the last argument (additional_parameters) to the PHP mail() function call.
See the documentation of the mail() function.
Ignored when $wgSMTP is set.