Jump to content
Larry Ullman's Book Forums

Mail Server Error


Recommended Posts

Hi everyone, I am getting this error Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" ,  I really don't care about connecting to the mailserver.  I just want to stop seeing this error.  Anyone know how to disable it? I'm using Xampp Windows 10.  I don't use Mercury, its off at the Xampp control panel.  My book is Effortless ecommerce edition 2 and I see the error after filling in the register.php page.

Thanks

Link to comment
Share on other sites

 

for anyone with this problem I commented out line 117 in register.php  where the line is: //mail($_POST['email'], 'Registration Confirmation', $body, 'From: yourmail@whatever.com');

I also commented out the main stuff in php.ini  and anywhere else but that didn't work

...moving on

Link to comment
Share on other sites

 Share

×
×
  • Create New...