【问题标题】:Sending RTF as email php将 RTF 作为电子邮件发送 php
【发布时间】:2012-06-01 20:28:54
【问题描述】:

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

【问题讨论】:

  • 将其转换为文本或 html。或者作为附件发送。因为电子邮件客户端通常会显示文本或 html,有时还会显示音频/视频文件。但很少有其他格式。

标签: php email rtf phpmailer


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 2022-01-17
    • 2011-09-16
    • 2016-04-13
    • 1970-01-01
    • 1970-01-01
    • 2013-02-18
    • 2023-03-23
    • 1970-01-01
    相关资源
    最近更新 更多