The emailRespond Component is currently waiting on the BristolTeam to create email templates for
Account Creation
Account Modification
Password Reset
Almost all the tests have been written except for a very few tests that would mock the transport object that handles sending mail that it is provided with
NOTE: Preliminary testing has shown that the smtp service has been setup successfully over the internet (i.e. I've sent emails using the existing code to my own personal email accounts)
Currently using nodemailer to handle creating transport and sending email to an SMTP service, and then using SendGrid (trello) to handle delivery of these emails
Bristol Team has noted that they've put design on hold and are focusing on functionality at the moment. Therefore they will not be providing good email templates any time soon
The emailRespond Component is currently waiting on the BristolTeam to create email templates for
Currently using nodemailer to handle creating transport and sending email to an SMTP service, and then using SendGrid (trello) to handle delivery of these emails