Send email from within an app

I can open the mail app by doing this:

system.openURL(“mailto:me@you.com?subject=Whatever&body=Body%20Text”)

But after sending or canceling the email, I just end up in the mail app. I need to return to the Corona app. How can I set this up so I can stay within the app, or at least return to it after sending the email? [import]uid: 52127 topic_id: 15459 reply_id: 315459[/import]

that is a feature we are looking into doing. no ETA on it.

c

[import]uid: 24 topic_id: 15459 reply_id: 57156[/import]

You could use network.request() to pass the information to your web-server, which sends the email.
[import]uid: 4596 topic_id: 15459 reply_id: 57158[/import]