- Edited
Hello, Everything was working perfectly in localhost , I've used the local version during months but soudainly an issue it appears.The error displayed is "Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in include\pear\Mail\mail.php on line153Fatal Error: Contact system administrator."and nothing else , the lgin page is white . I've doubt , because I've installed prestashop and magento in localhost so I've change some details especialy I think in apache I've activated a module I think rewrite module , and changed it the following line to this"<Directory /> AllowOverride all Order deny,allow Allow from all</Directory>"I've activated the PHP extension php_intl in different wamp files . My config in php.ini is like this; For Win32 only.; http://php.net/smtpSMTP = localhost; http://php.net/smtp-portsmtp_port = 25; For Win32 only.; http://php.net/sendmail-fromsendmail_from = ben@gmail.comAnyboday have an idea how to resolve it?Thanks in advance.