我正在使用 html 表单 textarea 和 php 使用我的网站发送电子邮件
如何在邮件正文中放置链接。我确实喜欢这个
<a href="http://www.xxxxx.com/">Visit the site</a>
但我收到全文。我也试过
<html>
<head>
<title>Test</title>
</head>
<body>
<a href="http://www.xxxxx.com/">Visit the site</a>
</body>
</html>
但我收到全文