0

All I am developing an iPhone application in which I have to send mail to recipient without showing email id and the MFMailComposer UI view (i.e without user interaction and also user cant know who is the recipient). Can please tell me how to achieve this?

Vikas Goyal
  • 1,019
  • 1
  • 9
  • 12

2 Answers2

1

You cannot send Email without user acceptance. But there are a lot of web-services in internet which can send Email. I guess some app uses those services or uses own.

See also How can I send mail from an iPhone application

Community
  • 1
  • 1
beryllium
  • 29,669
  • 15
  • 106
  • 125
0

You can create a PHP webpage which uses the mail function, just a couple of lines of code. Then just call the url to that php webpage from your app!

Bob de Graaf
  • 2,630
  • 1
  • 25
  • 43