我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

邮件功能在wordpress中不起作用

i have customized my WordPress using PHP and include some PHP file in WordPress has template but the mail function is not working there please help me out

$headers  = 'MIME-Version: 1.0' . "
";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "
";
mail($to, $subject, $ip, $headers);
?>

Try to use wordpress inbuilt function wp_mail()

Documentation http://codex.wordpress.org/Function_Reference/wp_mail

Then wit filters you can change "from" and "from name"

http://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_from http://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_from_name

if this does not work, then it is time to check server set up...

近期文章

  • PHP PDO - 完成插入,但返回错误
  • MySQL查询无法使用$ _GET中的PHP
  • 从MySQL数据库解析JSON的问题
  • 在xampp linux上安装现有的Yii项目
  • 内连接上的MySql数据库优化
  • HTML在php变量中选择选定的值
  • WP_Query按字符串'meta_value_num'排序
  • 在CGridView中显示虚拟属性
  • codeigniter将参数传递给控制器
  • Wordpress自定义联系表单不起作用
  • 具有语言代码的数组的排列
  • 在PHP数组中查找单词可能性
  • 我必须单击两次才能使Ajax工作
  • 遵循基于条件的REST路由
  • 如何在表之间建立关系?
  • Symfony - doctrine PreUpdateEventArgs错误
  • MongoDB upsert - 子数组不会添加子数组
  • 执行第一行后sql查询停止
  • 无法在PHP SDK中获得Facebook好友
  • 无法在zpanel vps中配置域

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华