Jump to content

Manual:$wgAdditionalMailParams/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgAdditionalMailParams and the translation is 14% complete.
Email settings: $wgAdditionalMailParams
Additional email parameters, will be passed as the last argument to mail() PHP function call.
이 변수가 소개된 버전:1.17.0 (r75557)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(string) or 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.