I want to send Email directly from my flex application. Is there any way to send email from mobile. I already tried
navigateToURL(new URLRequest("mailto:myemail@gmail.com"));
.
It always opens the phones Email application. Is there any way to send email directly from the App.
Thank u.