Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send mail without showing the mail composer view

I am developing an iPhone application in which I have to send mail to only recipient without showing the MFMailComposer UI view (i.e without user interaction). Can please tell me how to achieve this?

like image 235
rinku yadav Avatar asked Jan 27 '12 11:01

rinku yadav


2 Answers

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

like image 92
beryllium Avatar answered Oct 21 '22 08:10

beryllium


You can also use the gmail mail facilities into the xcode

For that following to gives much more tutorial and source code here

Reference link

like image 1
Nimit Parekh Avatar answered Oct 21 '22 07:10

Nimit Parekh