Руководство:$wgAdditionalMailParams
Appearance
Outdated translations are marked like this.
Настройки электронной почты: $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.
Игнорируется, когда задан $wgSMTP
.