Email client to send emails!
-
UI has a simple form with 2 tabs
- Email Form Component - to send emails
- Metrics Component - number of emails sent and failed
-
Email Form Interaction:
- To, cc and bcc fields expects multiple email address which are comma separated
- e.g. john@example.com, bar@example.com
- Using material design library for layout and styles using
vue-material
- Form Validation have been added vuelidate
# install dependencies
`yarn install` or `npm install`
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run all tests
npm test
- improve messaging styles
- improve validations