Send Email
Connect a Send Email action to a menu item or button to load the devices native email compose sheet. You can pre-fill the
subject line and to-address.
iOS
Android
Screenshots
More Information
This action launches the device's native email compose sheet. No iOS or Android
class files need to be added to the project.
iOS
-----------------
[BT_viewController handleTapToLoadScreen] loads the compose sheet if the device is capable.
Android
-----------------
BT_act_controller.loadScreenObject loads the compose sheet if the device is capable.
Version History
-----------------
v1.3 11/10/2012
Minor syntax changes to accomodate for Xcode 4.5 compiler warnings.
Minor changes in .java files to accomodate for Anroid (Google) 2.2 API's compiler warnings.
Minor UI changes in .php files for control panel.
v1.0, 1.1, 1.2 (historical versions, no change details)
JSON Data
-----------------
Most folks use the control panel to configure the JSON data for this plugin but it's useful to
see what it may look like. This is the simplest example.
{
"itemId":"1111",
"itemType":"BT_sendEmail",
"itemNickname":"Email Us",
"emailSubject":"question about your app...",
"emailToAddress":"
[email protected]"
}