Hi
I’m trying to send emails that contains an html table utilizaing the iphone email client. I saw OpenURL can do the email trick but it won’t accept html on the body.
Anyone knows how hard is to do a plugin in that would popup the email view and fill in the body with a html table? I’ve never worked on doing plugins for iphone.
Set a php email script and then send data from game to php script.
I don’t want it to go through any of my servers. I want to use the iphone email client. If you develop a native application, you can do this easily with a simple button that will popup the email view.
Therefore a plugin should do it, I just don’t know how to develop one.