Example application for sending e-mails from FirefoxOS. Also includes unit test runner for firemail module (tests need to be run from FirefoxOS as socket support is not available in regular Firefox).
Step 1
Install firemail application with volo
git clone [email protected]:Kreata/firemail-example.git
cd firemail-example
volo install
Step 2
Install the application to the FirefoxOS simulator (use the manifest file in the root directory)
Step 3
Open the application in the simulator.
To run all tests, install and start the test SMTP server
cd test/smtpServer
npm install
npm start
Open the example app in the simulator and click on the Unit Tests button.
MIT