开发者

i-phone sending mail automatically [duplicate]

This question already has an answer here: 开发者_JAVA技巧 Closed 11 years ago.

Possible Duplicate:

How i send email from IPhone?

I want to send a predefined mail through my i-phone app.I know we can use MFMailComposeViewController.but i dont want to open a separate MFMailComposeView.when user click the send button mail should send automatically.thanks in advance.


Unfortunately iOS does not allow sending emails without the user noticing.

What you can do instead is use a server that sends the email for you. Like so:

iPhone -> sends request to server that includes the recipient, body, subject of the email -> server will send the email for the user

Note that this means that the sender address is not the users one.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜