Manual:$wgAdditionalMailParams
Email settings: $wgAdditionalMailParams | |
---|---|
Additional email parameters, will be passed as the last argument to mail() PHP function call. |
|
Introducido en la versión: | 1.17.0 (r75557) |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (string) or null |
Valor predeterminado: | null |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.