Email Client App
App.js Mobile App
Client
- Individual Project
Services
- Front End Development
- Back End Development
- Server Setup
- SSL
Deliverables
- App.JS Email Client
Other
- Server Security
- App.JS
- JavaScript
- jQuery
- PHP
- AJAX
Website
Project Info
Challenge
The challenge was to create a simple email client that could be used as a mobile app which allows the user to send an email to and from anyone they would like. When someone first uses the app, they may send email to a new user. The user’s email is then automatically added to a list of available emails.
Solution
I built the email client app based on App.JS. A user can enter all details in the “From”, “To”, “Subject” and “Message” fields. When the user clicks the “Send” button, it links via AJAX to a PHP script which then is sending the email and returns true. The app interprets the true value as a successful action and is prompting a confirmation.