jpMailComposer

jpMailComposer

In-app email composer
Version : 2.0
Price : $25
State : Outipadiphone

Downloads

Changelog

v2.0

  • Now compatible with ShiVa 2.0.
  • Compiled for Mac and Linux in addition to Windows, so you can now use it while working with ShiVa Editor for each of these operating systems.
  • Now uses a user token instead of an email to activate

v1.2

  • Optimized for ShiVa 1.9.2

v1.1

  • Built with the jpTools plugin.

API

--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 )

Description

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, ...).

Requirements

  • The jpEventQueue plugin is required (free)
  • The jpTools plugin is required (free)