On a UNIX-like system, PHP relies on the sendmail application to
handle its e-mailing (even
if sendmail itself is not installed on the server and it’s emulated by
a different Mail Transport
Agent). On Windows machines, however, the mail function actually
performs an SMTP
transaction against the server specified in the SMTP INI setting,
unless a sendmail wrapper is
used. Therefore, Answer D is correct.