gwu777 Posted September 10, 2009 Share Posted September 10, 2009 I am giving a try to setup Prestashop in wampserver. During the install I do the test email, it isn't sent.I do believe the sendmail function work though, the following code does work OK. <?php $email = '[email protected]'; $subject = 'Voici le sujet'; $headers = 'MC'; $message = 'Voici le message de cet email'; mail ( $email, $subject, $message, $headers ); echo 'Everything OK' ?> Can anyone see why I am not receiving email when sent from prestashop? I have the latest build, downloaded it yesterday... Link to comment Share on other sites More sharing options...
gwu777 Posted September 10, 2009 Author Share Posted September 10, 2009 Other problem to follow. I am under Vista. I run the whole shop setup ok, except that the store doesn't work. The config.inc.php is not created. I have setup the whole prestashop folder with full access to everyone under the planet and it still not write in the config folder. Is it possible under windows... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now