How does PHP not lose the link that exists when sending mail
Source: Internet
Author: User
How does PHP not lose the link that exists when sending mail
There is a similar forum feature in the current project, and anyone who sends a comment within that forum will be notified by email to the group members.
The problem is that if you send a comment with a link such as: Linktobaidu, the contents of the received message will cause the link to be lost, leaving only plain text content Linktobaidu. So I want to ask you how you can keep a link and not lose it in the mail delivery process.
My boss gave me the advice is to find a third-party PHP library, so that you can send HTML-formatted messages.
So I want to ask you how to solve this problem, what can be used third-party PHP library? Thank you.
------to solve the idea----------------------
Google search for the Phpmail class, there are many.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.