Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要修改发送邮件的代码。要求是在邮件中插入一个表。如果邮件的内容类型是 text/html,这可以很容易地完成。但是内容类型集是文本/纯文本。有没有办法为这种内容类型发送带有表格的邮件。
您可以创建一个 ASCII 表,但它可能不会很吸引人。为什么不简单地使用 HTML?
ASCII 表示例:
:-----------------------------: : Name : Score : :---------------------:-------: : Jones, Jim : 100 : : Falwell, Jerry : 98 : : Bakker, Jim : 75 : :-----------------------------: