在电子邮件中加入html [英] Include html in email

查看:316
本文介绍了在电子邮件中加入html的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在PHP中添加一些HTML,例如在这样的消息中添加< a href =#> link< / a>

I need to include some HTML things in PHP, for example to add <a href="#">link</a> in a message like this:

<?php
$to = $themail;
$subject = "Expiration d'une annonce";
$body = "Hey,\n\n";                     
// I need to include a link here in the body like <a href ="http://www.www.com"> Link </a>
mail($to, $subject, $body)
?>

任何想法?

推荐答案

我建议使用PHPMailer,易于使用,照顾所有nesseccery标题,轻松附件发送,多个收件人等。

I suggest using PHPMailer, easy to use, takes care of all nesseccery headers, easy attachment sending, multiple recipients etc.

http://phpmailer.worxware.com/index.php?pg=phpmailer

这篇关于在电子邮件中加入html的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆