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.
当我单击 UIButton 时,我想发送一封带有 HTML 内容的邮件。
我该如何进行?
非常感谢
如果您想在发送之前让用户有机会查看它(通常推荐),请参阅MFMailComposeViewController。对于其他实现,请参阅其他人提供的其他链接。