Manual:$wgAdditionalMailParams/ko
Appearance
| 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.