PHP's mail
function seems to deliver mail on a clean system, with no apparent configuration done by the administrator or webmaster (no SMTP configuration in php.ini
, etc.). How does the mail
function deliver mail to a remote server?
PHP's mail
function seems to deliver mail on a clean system, with no apparent configuration done by the administrator or webmaster (no SMTP configuration in php.ini
, etc.). How does the mail
function deliver mail to a remote server?