Jump to content

[solved] E-mails doesn't work


Recommended Posts

can you create a simple php script:

 

<?php
$to = "YOUR EMAIL HERE";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "[email protected]";
$headers = "From:" . $from;
mail($to,$subject,$message,$headers);
?>

 

save it as test.php and upload to your webservice, then open webbrowser and open script http://url.to.shop/test.php

 

if you will get a mail, you probably have got troubles with prestashop engine or configuration

Link to comment
Share on other sites

  • 4 months later...

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...