Reputation: 69
I want to make an app that automatically emails me information put into text fields. I do not want the ViewController to pop up - I just want them to click send and it automatically sends to me. How might I do this?
Upvotes: 0
Views: 127
Reputation: 40211
I can see two possible solutions to this problem.
SKPSMPTMessage
library.With that being said, be careful what you send. Don't send user specific information without them knowing and accepting.
Upvotes: 3