|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-08-08 23:52 UTC] BizzareX at msn dot com
I run WinXP.. PHP.. Apache. For some odd reason.. teh PHP always says "Failed to Recieve". I just make a page that only has <? mail("BizzareX@msn.com", "TesT", "Test") ?> and thats the error I get. In php.ini, I have the SMTP set as localhost, and the sendmail_from = mailer@rootcore.org. I run my own SMTP server, and it works, as I send mail from Outlook all the time. I think it's either my Apache, or the PHP, becasue mail() has never worked before on any setup. Please help
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 20:00:02 2025 UTC |
I run WinXP.. PHP.. Apache. For some odd reason.. teh PHP always says "Failed to Recieve". I just make a page that only has <? mail("BizzareX@msn.com", "TesT", "Test") ?> and thats the error I get. In php.ini, I have the SMTP set as localhost, and the sendmail_from = mailer@rootcore.org. I run my own SMTP server, and it works, as I send mail from Outlook all the time. Still, PHP doesn't work