Can't send mails from xampp localhost
问题 I'm running a server on my machine but i'm unable to send emails via mail() php function. Mercury server is also running in background. This is the configuration of my php.ini file [mail function] ; For Win32 only. ; http://php.net/smtp SMTP = localhost ; http://php.net/smtp-port smtp_port = 25 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = webname@localhost.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ; http://php.net/sendmail-path