mercury-mta

Can't send mails from xampp localhost

白昼怎懂夜的黑 提交于 2019-12-24 19:35:53
问题 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

why php mail function not work in xampp

喜夏-厌秋 提交于 2019-12-11 04:32:44
问题 I have problem i use xampp . i want check mail form but i can't see any result . i config Mercury/32 like this tutorial in this site : http://system66.blogspot.com/2010/01/how-to-send-mail-from-localhost-with.html i check email by outlook it's work . i check send mail by Mercury send mail in admin panel and it's correctly work . but i can't send email and can not recive this email by outlook when i use mail php function . why ? please help me 回答1: I got it . i set this config and now i can