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.
我想通过邮件发送数组数据。我知道可以通过MFMailcomposerViewController.
MFMailcomposerViewController
但是根据我的要求,不使用MFMailcomposerViewController它怎么可能?
如果您不想或不能使用MFMailcomposerViewController,您应该将数据发送到您的服务器并让它创建并发送电子邮件。