Manual:$wgAdditionalMailParams
From MediaWiki.org
Email settings: $wgAdditionalMailParams | |
---|---|
Additional email parameters, will be passed as the last argument to mail() PHP function call. |
|
Introduced in version: | 1.17.0 (r75557) |
Removed in version: | still in use |
Allowed values: | string or null |
Default value: | null |
Other settings: Alphabetical | By Function
Details[edit | edit source]
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.