Manuale:$wgAdditionalMailParams
Email settings: $wgAdditionalMailParams | |
---|---|
Additional email parameters, will be passed as the last argument to mail() PHP function call. | |
Introdotto nella versione: | 1.17.0 (r75557) |
Rimosso nella versione: | still in use |
Valori concessi: | string or null |
Valore predefinito: | null |
Impostazioni: Alfabetiche | Per funzione
Dettagli
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.