douyao4632 2017-04-08 21:30
浏览 54

如何在wordpress插件中使用PHP发送HTML电子邮件

I use the plugin to create custom login and register page in wordpress. Everything works well with one exception. I want to send Html email for new user and lost password,but when changing templates does not work. Emails are displayed with all html tags.Is there a way to change it so I can send html emails? The code in the plugin is as follows:

$body = <<< TEXT
Hi {$user},

Thank you for registering with us, here is your registration information. 

Login Username: {$user}
Email: {$user_email} 
Password: ==SECRET==

You can update it anytime by going to {$site_url}

Thanks
{$site_name}
TEXT;
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 touchsocket udp组播
    • ¥20 MAC怎么安装Silverlight 插件?以及安装了怎么启用
    • ¥15 VS2012中查询语句无法填入解析,数值传不进去
    • ¥15 gis系统开发出现命名空间“ESRI.ArcGIS”中不存在类型或命名空间名“Analyst3D”报错
    • ¥15 怎么让ai定时给我发信息 c#或者python
    • ¥15 scrapy的Error
    • ¥15 RBF-VSG姚凤军论文复现问题
    • ¥30 开发一个APP商城在制作tabbar的时候运行不了代码没有检查出错误,但是显示不出tabbar,以下为运行结果,如何解决?
    • ¥15 多网卡服务器中winform如何绑定指定网卡
    • ¥15 关于#python#pandas#的问题,想要实现:多个TXT导入Excel,进行分列,不同txt之间都从第一行开始,请各位专家解答!