<?xml version="1.0"?>
<!-- /**
 * Email_templates.xml
 *
 * @category  Magetop Extensions
 * @package   Magetop_Quotesystem
 * @author    Magetop Developer
 * @copyright Copyright (c) Magetop (https://www.magetop.com)
 * @license   https://www.magetop.com/license.html
 */ -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
    <template id="quotesystem_email_new_quote" label="New Quote is processed" file="new_quote.html" type="html" module="Magetop_Quotesystem" area="frontend"/>
    <template id="quotesystem_email_quote_status" label="Quote Status" file="quote_status.html" type="html" module="Magetop_Quotesystem" area="frontend"/>
    <template id="quotesystem_email_quote_message" label="Quote Message" file="quote_message.html" type="html" module="Magetop_Quotesystem" area="frontend"/>
    <template id="quotesystem_email_quote_edit" label="Quote Edited" file="quote_edit.html" type="html" module="Magetop_Quotesystem" area="frontend"/>
</config>
