kunpenglee Posted May 29, 2009 Share Posted May 29, 2009 请问邮箱怎么发邮件啊。在程序中那里设置啊。我后台密码忘记了。想找回密码但是邮箱里没有找回密码的邮件啊。我是本地测试的,能联网。请问是怎么弄!谢谢 Link to comment Share on other sites More sharing options...
ArSui Posted June 3, 2009 Share Posted June 3, 2009 密码可以通过mysql 进入数据库更改找回来(先前台注册一个,在_customer表里面可以看到加密的密码,把这个密码更新到你的帐户就可以)。邮箱问题好像不好解决我试过mail()函数,提示发送没错误,但是没收到。smtp也不好用,我用公司的邮箱可以用,但是用163,gmail 都不可以。不知道为什么 Link to comment Share on other sites More sharing options...
bin70 Posted July 2, 2009 Share Posted July 2, 2009 localhost基本是发布出去的,我也有这个问题,但是把它传到服务器就行了。你要是作研究用的话,你在password.php里面加个初始密码发送一次邮件(不管成功不)就能进去了。 Link to comment Share on other sites More sharing options...
ArSui Posted July 3, 2009 Share Posted July 3, 2009 好像里面的mail函数有问题,我用一个插件,人家也是mail函数的,可以发邮件。不过问题在哪里我还没研究出来` Link to comment Share on other sites More sharing options...
Ryan.cn Posted July 3, 2009 Share Posted July 3, 2009 给你个现成密码串e50539053fff1cd034004ebf71e851ff明文是: abcdefgh去ps_employee 表里替换你的就行了mail问题,localhost不是发不出邮件,而是发出去以后,因为域名问题被当做垃圾邮件处理了.至于说有的能发有的不能发,这是可能的.如果你的服务器有正式域名,你也是用这个域名后缀做发送方,那大部分邮箱应该都能收到的.否则,基本上很少一些邮件服务商的服务器才会收到. Link to comment Share on other sites More sharing options...
Lonki Posted August 9, 2009 Share Posted August 9, 2009 密码可以通过mysql 进入数据库更改找回来(先前台注册一个,在_customer表里面可以看到加密的密码,把这个密码更新到你的帐户就可以)。邮箱问题好像不好解决我试过mail()函数,提示发送没错误,但是没收到。smtp也不好用,我用公司的邮箱可以用,但是用163,gmail 都不可以。不知道为什么 后台管理的账户是ps_employee不知道你们是不是独立主机, 有没有测试过直接mail -s 'xxx' [email protected]. 我的qq.com/163.com都能收到.有可能是要smtp认证的, 看你们服务器的设置了 Link to comment Share on other sites More sharing options...
Lonki Posted August 9, 2009 Share Posted August 9, 2009 请问邮箱怎么发邮件啊。在程序中那里设置啊。我后台密码忘记了。想找回密码但是邮箱里没有找回密码的邮件啊。我是本地测试的,能联网。请问是怎么弄!谢谢 连到mysql然后update ps_employee http://www.prestashop.com/forums/viewthread/4843/installation_configuration___upgrade/lost_password_the_solution_is_in_the_forum_but_in_french 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