dongyihao1099 2015-12-22 05:37
浏览 42

[magento]:未发送电子邮件

well, I know there are thousands Q/A on this topic, but none of them seem to answer my question. What I have done so far is that I have configured magento to send emails on port 25 and added the mail server IP. After a lot of struggles I found out that magento is sending emails using mail() function, and I checked with this snippet whether it is enabled in my host or not?

 <?php 
if(function_exists('mail')) {   echo 'mail() is enabled'; }    
    else {  echo 'mail() is not enabled'; }

and the output is that the "mail() is not enabled", so what I did was to ask my host to turn this function on for me, but they were saying it is not turned on for security reasons.

So, How can I set up Magento to use a separate mail server to send its emails through.

What should I do?

Thanks,

  • 写回答

2条回答 默认 最新

  • drahywu329376 2015-12-22 05:41
    关注

    We have some other ways to set up smtp for magento, the default settings only accept the basic set up. You can check magento set up tutorial here Magento SMTP Email Setup

    Thanks

    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效