barnabaiz Posted November 5, 2010 Share Posted November 5, 2010 Hallo,iam beginner, me want to provide email facilities on prestashop localhostplease help friends?? Link to comment Share on other sites More sharing options...
kdk Posted November 5, 2010 Share Posted November 5, 2010 Maybe via SMTP. PHPMailer from localhost will be blocked by your provider. Link to comment Share on other sites More sharing options...
barnabaiz Posted November 6, 2010 Author Share Posted November 6, 2010 i want to know , how make email confirmation from prestashop...?i really confusingpleaseThank's Link to comment Share on other sites More sharing options...
kdk Posted November 6, 2010 Share Posted November 6, 2010 maybe you mean this:backend - modules - mailalerts 1 Link to comment Share on other sites More sharing options...
shokinro Posted November 7, 2010 Share Posted November 7, 2010 I am using Windows platform as development environment and installed WAMP, I am facing the same issue, I have tried use SendMail, it doesn't work either.I also tried to customize SMTP server setting to use my Google gmail account. But I still can not make it work(It is available at back office : Preference - EMail and select "Set my own SMTP parameters. For advanced users ONLY")Even I changed setting to use gmail server, the error message still says "localhost".Any advice is appreciated. Link to comment Share on other sites More sharing options...
barnabaiz Posted November 9, 2010 Author Share Posted November 9, 2010 i have succeed test send email to SMTP server after configurring email at back office (preferennces-email)but. i don't know to setting emael alert, please help? Link to comment Share on other sites More sharing options...
Seashop.eu Posted January 3, 2011 Share Posted January 3, 2011 i have succeed test send email to SMTP server after configurring email at back office (preferennces-email)but. i don't know to setting emael alert, please help? I have done e-mail settings with gmail, it works as required.Back Office >> Preferences >> Emailsmtp.gmail.comSMTP user: your user name for gmail ([email protected])SMTP password: your passwordEncryption: SSLPort: 465 Link to comment Share on other sites More sharing options...
shokinro Posted January 3, 2011 Share Posted January 3, 2011 Encryption: SSL Thanks for your sharing the information. Does the site need to install a SSL certificate? Link to comment Share on other sites More sharing options...
Seashop.eu Posted January 3, 2011 Share Posted January 3, 2011 Thanks for your sharing the information. Does the site need to install a SSL certificate?No, it doesn't.At least i did not ))) Link to comment Share on other sites More sharing options...
barnabaiz Posted January 4, 2011 Author Share Posted January 4, 2011 thank's allcan work, please to meet us Link to comment Share on other sites More sharing options...
mumeishi Posted June 24, 2011 Share Posted June 24, 2011 The smtp settings do not work, nothing seems to fix this localhost problem. Why is there no information on this? I've scoured the php files to find the error and have nothing. Link to comment Share on other sites More sharing options...
bellini13 Posted June 24, 2011 Share Posted June 24, 2011 its not a prestashop issue, its an issue with your php configuration and likely your service provider. create a file called mailtest.php and put this code in it. place it in your root folder, and be sure to change "[email protected]" to your actual email address.then open a browser and enter http://localhost/mailtest.php, and see if you get the email. <?php $to = '"To Display Name" '; $subject = 'PHP mail test'; $message = 'This message was sent via PHP!' . PHP_EOL . 'It should work ... and it does.' . PHP_EOL . PHP_EOL . 'From Display Name' . PHP_EOL; $headers = 'From: "From Display Name" ' . PHP_EOL . 'Cc: "CC Display Name" ' . PHP_EOL . 'X-Mailer: PHP-' . phpversion() . PHP_EOL; if (mail($to, $subject, $message, $headers)) { echo 'mail() Success!' . " \n"; } else { echo 'mail() Failure!' . " \n"; } ?> Link to comment Share on other sites More sharing options...
mani313 Posted July 17, 2013 Share Posted July 17, 2013 I tried the SMTP configuration as smyp.gmail.com with my mail and password but i got this error but its working fine in web server. Error: please check your configuration The SMTP connection failed to start [ssl://smtp.gmail.com:465]: fsockopen returned Error Number 186028524 and Error String 'Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? Link to comment Share on other sites More sharing options...
NemoPS Posted July 17, 2013 Share Posted July 17, 2013 Try with port 587 and disable ssl Link to comment Share on other sites More sharing options...
mani313 Posted July 17, 2013 Share Posted July 17, 2013 Try with port 587 and disable ssl Yes i tried. almost got, though i have put right password but it says Error: please check your configuration Authentication failed using username '[email protected]' and password '***************' Link to comment Share on other sites More sharing options...
NemoPS Posted July 17, 2013 Share Posted July 17, 2013 Is your email server requiring tls/ssl encryption? Link to comment Share on other sites More sharing options...
mani313 Posted July 17, 2013 Share Posted July 17, 2013 Is your email server requiring tls/ssl encryption? I'm using Gmail Server, i dont know exactly about this... Link to comment Share on other sites More sharing options...
NemoPS Posted July 17, 2013 Share Posted July 17, 2013 Try checking it in your gmail configuration. Also be sure about the credentials, a caps/not might be the issue as well Link to comment Share on other sites More sharing options...
mani313 Posted July 17, 2013 Share Posted July 17, 2013 Try checking it in your gmail configuration. Also be sure about the credentials, a caps/not might be the issue as well Where to check this? can you guide me ? thanx in adv Link to comment Share on other sites More sharing options...
NemoPS Posted July 17, 2013 Share Posted July 17, 2013 Honestly I don't know gmail's config settings :/ Link to comment Share on other sites More sharing options...
mani313 Posted July 17, 2013 Share Posted July 17, 2013 Honestly I don't know gmail's config settings :/ Its k ...np even i google it, could not find right solution anyway thanx for your help sir Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted July 17, 2013 Share Posted July 17, 2013 go to setting accounts pop3 for getting email from local host you will need agrosoft mail server Link to comment Share on other sites More sharing options...
vekia Posted July 17, 2013 Share Posted July 17, 2013 but you hae to know that many providers will block mails from your computer. But you can send mails to @localhost domain - it mean that you can create own mailbox and then you will be able to test mail features Link to comment Share on other sites More sharing options...
nanogioia Posted May 12, 2014 Share Posted May 12, 2014 Hi i have a similar problem. Nowadays I am developing in localhost, and mails are not working. Not only mail alerts but also when I try to send a test email from backoffice I cant get it. I am using a gmail account, but later on may use @mydomain.com account. what would you reccommend me to do? Is it possible to get mail in localhost in order to test the funcionality of it? Thanks very much for your help Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 12, 2014 Share Posted May 12, 2014 You need to use your ISP email settings. For example I use eastlink, so in microsoft outlook I need to use thier smtp.eastlink.ca, and if I setup a script I need to use thier smtp.eastlink.ca. This is because your ISP blocks port 25 the default outgoing mail port, (smtp). They do this to control spam. When you use gmail in your browser, the mail is actually being sent at Google's server. But you can only access gmail via your browser, or if you have a paid account they will let you connect via a none standard port that your ISP doesn't have blocked. Point is, find out your ISP smtp server, they have that info on their web site. Enter that for your email settings on all local programs. Link to comment Share on other sites More sharing options...
nanogioia Posted May 12, 2014 Share Posted May 12, 2014 Thanks for the answer, I am a little bit lost sorry, I should ask gmail for my ISP? Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 12, 2014 Share Posted May 12, 2014 (edited) ISP = Internet service provider, that would in most cases be your cable or phone company. They block port 25 and to use local mail you need to use their smtp server. You would enter the smtp server name into Prestashop Advanced Parameters > E-mail With smtp, you usually only need to enter the server name in the smtp box. You seldom need the user name or password. Who are you getting your internet from? Edited May 12, 2014 by Bill Dalton (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 just create even a test account on gmail then use it as a mail of your shop with SMTP connection Link to comment Share on other sites More sharing options...
muk Posted December 12, 2014 Share Posted December 12, 2014 Hi mates,I have tried the solution described on https://www.prestasoo.com/Blog/prestashop-smtp-settings-so-easy.html posted by DeJour on the thread http://www.prestashop.com/forums/topic/337873-smtp-email-not-working-ps-1606/ but got the following errors using the email test function:Using TLS:The SMTP connection did not allow the command 'EHLO [127.0.0.1]' to be sent. (fsockopen: #0)Using SSL:Authentication failed using username '[email protected]' and password '********'using non encryption:Authentication failed using username '[email protected]' and password '********'I am testing under localhost with last easyphp package, everything is settled as described on the blog.Is it possible to use email functions under localhost?Any ideas are highly appreciated. Link to comment Share on other sites More sharing options...
UniArt Posted August 1, 2015 Share Posted August 1, 2015 Do not forget that the SMTP user must to be the same email address that is configured in the preferences -> Contact Link to comment Share on other sites More sharing options...
mimmi Posted February 15, 2016 Share Posted February 15, 2016 same problem, not solved for me Link to comment Share on other sites More sharing options...
Recommended Posts