APP应用发送邮件

使用MFMailComposeViewController发送邮件。 一、导入头文件html #import <MessageUI/MessageUI.h> 二、实现MFMailComposeViewControllerDelegate代理方法 三、示例web // 判断用户是否已设置邮件帐户 if ([MFMailComposeViewController canSendMail]) {
相关文章
相关标签/搜索