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.
我想按按钮发送邮件。
我希望用户不显示发送邮件。
我希望邮件从我的邮件发送,而不是从 iPhone 中的邮件应用程序发送。
我怎样才能做到这一点?
你不能!根据 Apple 要求,您不能在用户不知情的情况下发送电子邮件。如果您确实有正当理由这样做,也许可以调用 Web 服务器并让服务器将电子邮件发送出去。