Is it possible to check if a user really sends or cancels an email?
example code:
local options =
{
to = "john.doe@somewhere.com",
subject = "My High Score",
body = "I scored over 9000!!! Can you do better?",
attachment = { baseDir=system.DocumentsDirectory,
filename="Screenshot.png", type="image" },
}
native.showPopup("mail", options)
[import]uid: 106768 topic_id: 33634 reply_id: 333634[/import]