How to set from in MFMailComposeViewController?

后端 未结 4 1630
礼貌的吻别
礼貌的吻别 2021-01-05 04:34

How do I set the from address in the MFMailComposeViewController?

MFMailComposeViewController *controller = [[MFMailComposeViewController alloc]         


        
4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 05:09

    I don't think you can change "from" if you use MFMailComposeViewController in app email in iOS Another workaround, you may use this, a standalone email client, instead. You will have better control of the sender programmatically.

提交回复
热议问题