getting from email address when using MFMailComposeViewController

旧巷老猫 提交于 2019-12-13 04:13:19

问题


i want to show user from which account he is going to send email when he is going to send an email using my app and i am using MFMailComposeViewController. so what is the way of getting the from email address.


回答1:


There is no way to get this information. Mail sent via MFMailComposeViewController is always sent from the user's default address.




回答2:


Mail sent via MFMailComposeViewController is always sent from the user's default address.

User's default address is selected by default but the user can switch the accounts. Anyway, no way to get this info back into your app.



来源:https://stackoverflow.com/questions/5727434/getting-from-email-address-when-using-mfmailcomposeviewcontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!