我SKPSMTPMessage
在我的 iPhone 应用程序中使用,Windows 上的 MS Outlook 存在问题。
OSX 上的电子邮件看起来不错。但是在 Windows 上,我遇到了 unicode 字符的问题。
这是我使用它的方式:
NSDictionary *plainPart = [NSDictionary dictionaryWithObjectsAndKeys:@"text/plain",kSKPSMTPPartContentTypeKey,
bodyMessage ,kSKPSMTPPartMessageKey,@"8bit",kSKPSMTPPartContentTransferEncodingKey,nil];
是否有类似的替代 API SKPSMTPMessage
?