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.
我有一个页面,用户可以在其中与其他人“共享”该页面。我希望电子邮件使用 html 格式。
我正在使用 javascript 发送电子邮件。有任何想法吗?
我假设您正在使用带有 mailto: 方案的 html 锚元素。
为了能够以独立于电子邮件客户端的方式可靠地发送格式化的 HTML,您需要通过某种服务器端代码发送。