I have created an area in my application where users are able to report bugs and other issues. Is there a way for me to have the "send" button send the text in the UITextView to my email address?
Asked
Active
Viewed 296 times
1 Answers
0
You can send email with MFMailComposer
.
But if you plan to send email without MFMailComposer
or user acceptance, you cannot. But there are a lot of web-services in internet which can send Email. I guess some app uses those services or uses own.
This might be helpful How can I send mail from an iPhone application

Community
- 1
- 1

Ty Lertwichaiworawit
- 2,950
- 2
- 23
- 42