PHP to send mail

On Unix systems, you can configure the mail() function to use sendmail or Qmail to send messages. When running PHP under Windows, you can use sendmail by installing sendmail and setting the sendmail_path in php.ini to point at the executable. It likely is more convenient to simply point the Windows version of PHP to an … Read more