Reputation: 861
I want my App to send an email to users after they enter their email address. I know how to implement the MFMailComposer but the from address will then show as the account on the users device. I would ideally just change the from account to my apps email account but this doesn't seem possible. I have read about skpsmtpmessage or setting up your own SMTP, can someone advise me on the best approach?
Upvotes: 0
Views: 205
Reputation: 14118
If you are using MFMailComposer, it will by default use device mail account. If you want to use some application specific mail account, then use SMTP protocol, refer this link
iphone to send email using smtp server?
If might be useful for you.
Upvotes: 2