A component for composing emails. It has to contain fields for entering the recipients, the subject and the body of the email. It also has to be possible to attach images to the email.
Navigate to https://jemutorres.github.io/Email_Composer/ or download the project and run the index file in a compatible browser.
You must use the following or news versions of browsers:
- Internet Explorer 11
- Mozilla Firefox 28
- Google Chrome 29
- Safari 9
- Opera 17
- HTML5
- CSS3
- jQuery
- jQuery Validation Plugin
- Font Awesome
The fields 'To', 'CC', 'BCC' allow to enter multiple emails separated by a comma. The fields 'To', 'Subject' and 'Body' are required. If it's empty or not valid, the 'Send' button will be disabled. There is a button for uploading images. It don't have any file validation. The composer assume that only images will be uploaded. The 'Send' button do not nothing.
- Visual Code Studio - Code Editing. Redefined
- Jesús Muñoz - Initial work - jemutorres
See also the list of contributors who participated in this project.