将RTF作为电子邮件发送给php

时间:2012-06-01 12:22:02

标签: php email rtf phpmailer

我有一个包含RTF文档(存储为文本)的字段,我想将其用作电子邮件正文。有没有办法使用PHPMailer将其作为电子邮件正文发送?

1 个答案:

答案 0 :(得分:0)

首先,你必须将rtf转换为html。使用此:Free (preferably) PHP RTF to HTML converter?

然后在电子邮件中发送html文本