当我用magento点击忘记密码时,邮件无法发送?

当我用magento点击忘记密码时,邮件无法发送?,magento,magento-1.8,Magento,Magento 1.8,我在Magento v1.8.0.1中工作。问题是当我单击忘记密码链接时,邮件无法发送。我检查了Admin>System>Configuration>Advanced>System>Mail Sending Settings并将Disable Email Communications更改为No 那么问题也是一样的。 app/design/frontend/default/mytheme/layout/customer.xml <customer_account_resetpassword

我在Magento v1.8.0.1中工作。问题是当我单击忘记密码链接时,邮件无法发送。我检查了
Admin>System>Configuration>Advanced>System>Mail Sending Settings并将Disable Email Communications更改为No

那么问题也是一样的。
app/design/frontend/default/mytheme/layout/customer.xml

<customer_account_resetpassword translate="label">
        <reference name="head">
            <action method="setTitle" translate="title" module="customer">
                <title>Reset a Password</title>
            </action>
        </reference>
        <reference name="root">
            <action method="setHeaderTitle" translate="title" module="customer">
                <title>Reset a Password</title>
            </action>
        </reference>
        <reference name="content">
            <block type="customer/account_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
        </reference>
    </customer_account_resetpassword>

重置密码
重置密码
如果有人知道这一点,请帮助我。 现在我明白了,虽然该站点托管在linux服务器上,所以在
System->configuration->Advanced->System->mail sending settings
中,localhost和port还有一些其他值,因为它只适用于windows,现在任何人都可以告诉我linux服务器的localhost和port的值是多少
谢谢

任何人有任何想法,然后请告诉我它的紧迫PLZZZ如果有人有任何想法,然后请帮助我bcoz邮件不会忘记密码,订单,注册等