如何從iPhone應(yīng)用程序發(fā)送郵件我想從我的iPhone應(yīng)用程序發(fā)送一封電子郵件。我聽說(shuō)iOS SDK沒(méi)有電子郵件API。我不想使用以下代碼,因?yàn)樗鼘⑼顺鑫业膽?yīng)用程序:NSString *url = [NSString stringWithString: @"mailto:foo@example.com?cc=bar@example.com&subject=Greetings%20from%20Cupertino!&
body=Wish%20you%20were%20here!"];[[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];那么,我怎樣才能從我的應(yīng)用程序發(fā)送電子郵件呢?
如何從iPhone應(yīng)用程序發(fā)送郵件
胡說(shuō)叔叔
2019-07-06 13:07:17