gpt4 book ai didi

ios - 无法在 iOS 中发送电子邮件

转载 作者:行者123 更新时间:2023-11-29 10:29:21 25 4
gpt4 key购买 nike

我正在尝试在 iOS 中发送邮件,但它不起作用。

下面是代码,用于发送邮件。

MFMailComposeViewController *mailCtrl = [[MFMailComposeViewController alloc] init];

mailCtrl.mailComposeDelegate = self;

[mailCtrl setSubject:@"Definition from CDE iPhone App"];

NSString *body = [self flattenHTML:[mydef renderHTML:NO landscape:NO]];

[mailCtrl setMessageBody:body isHTML:YES];
[self presentModalViewController:mailCtrl animated:YES];
//[mailCtrl navigationBar].tintColor = [UIColor blackColor];
[mailCtrl navigationBar].tintColor = [UIColor grayColor];
[mailCtrl release];

上面的代码在正文中设置了 html 代码。它设置的一切都正确,但是当点击发送时,它不会将邮件发送到提供的 emailid ionic 收件箱。

请帮忙....

最佳答案

iOS 模拟器不允许您发送电子邮件。您需要一个物理设备来测试此功能。

关于ios - 无法在 iOS 中发送电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30499297/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com