Jump to content

Prestashop in wampserver.


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...