One of the things that every store should be doing for their customers after they purchase a product is sending an email or SMS confirmation that their order has been completed. Each of these email & sms notifications can be fully customized.
You can use any email builder you are familar with, like Stripo, Unlayer or even create one yourself. Copy and paste the html and css inside of the email template editing area and save it. You will be able to easily add any dynamic content too; for example you want to add the first and last name of a customer, the products they purchased and their VAT number. You will be able to easily add those fields anywhere in the email.
Currently we have just created the notification class that manages the state of notifications. So right now you are able to preview what type of emails will be available not how the email template editing area will work (yet).