"Failed to send email: IOException while sending message"
I get this alert only if i try to send email with attach from APK. Please fix this bug!
Here is a video about the bug: https://youtu.be/O9kppUN-GCM
Example. Path is \sdcard\mydir\myfile.txt
Use this instead sdcard\mydir\myfile.txt
The code should work as originally tested if you add this code at the top.
_AddPermissions("Storage");
As it stands, it will still only work on a device that had DroidScript installed.
You just need to include an html file in your project and change the path the server is pointing to.
It is only the fact that it is an unmodified sample that cause the problem
If not your permission line may need to be
_AddPermissions("Network,Storage");
what might be the problem?