Question:What are the five configuration directives that pertinent to PHP mail() function?
Answer 1. SMTP=string, Scope:PHP_INI_ALL
2. sendmail_from=stirng, Scope:PHP_INI_ALL
3. sendmail_path=string, Scope:PHP_INI_SYSTEM
4. smtp_port=integer, Scope:PHP_INI_ALL
5. mail.force_extra_parameters=string, Scope:PHP_INI_SYSTEM
+ Report
What are the five configuration directives that pertinent to PHP mail() function?