php 发送邮件时怎么不丢失其中存在的链接

WBOY
Release: 2016-06-13 12:07:20
Original
1098 people have browsed it

php 发送邮件时如何不丢失其中存在的链接
目前的项目中存在一个类似论坛的功能,任何人在该论坛内发送评论都会通过邮件通知组内成员。
现在遇到的问题是,如果发送的评论内容带有链接如:LinkToBaidu,收到的邮件内容则会使链接丢失,只留下纯文本内容LinkToBaidu。所以想问问大家如何才能保留链接而不在邮件发送过程中丢失。
我的老大给我的建议是找第三方的PHP库,从而可以发送HTML格式的邮件。

所以想请教大家这个问题如何解决,有哪些可以使用的第三方PHP库?谢谢啦
------解决思路----------------------
google 搜索一下  phpmail 类,就出现很多了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!