12)...............function is used to send emails from PHP script.
A. mailingo
B. email
C. mail
D. mailer
Answers
Answered by
0
Answer: mail function
PHP mailer uses Simple Mail Transmission Protocol (SMTP) to send mail. On a hosted server, the SMTP settings would have already been set. The SMTP mail settings can be configured from “php. ini” file in the PHP installation folder.
Similar questions