--jpMailComposer API jpMailComposer.activate ( sUserToken, sActivationKey ) jpMailComposer.launch ( sOptSubject, sOptBody, bOptBodyIsHtml, tOptTo, tOptCc, tOptBcc ) --Constants: jpMailComposer.kResultCancelled jpMailComposer.kResultFailed jpMailComposer.kResultSaved jpMailComposer.kResultSent --User notification events: "onMailComposerDismissed" ( kResult )
Use this plugin to get an in-app email composer, sliding in from the bottom of your application. You can define the subject, the body (Text or HTML), the recipients to, cc, and bcc and get notified on the result when the mail composer has been closed (mail sent, cancelled, ...).