Thanks a lot! I need it to work just on Android anyways, but I have a question: Is there a way to add a file or a photo from the device to send using this method?
This should have to work, at least it is working in vbscript in windows, so why not in Android. Of course just change \\host part to sd card or documents directory. It can only send attachment from local.
local str="mailto:email@domain.com?subject=file&body=see+file&attachment=\\host\path\to\file"
application:openUrl(str)
One more thing on this subject: is there a way to send the email in an automatic fashion? Basically I'm trying to make a sort of security app and I want the email to be sent without the user noticing. Are there any ways?
Comments
Likes: misterhup
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: simwhi
so why not in Android.
Of course just change \\host part to sd card or documents directory. It can only send attachment from local.
Likes: misterhup
In such cases you usually have a server side email sending, which some sort of API, that you trigger from Gideros app for example