M1 – inicjacja nowego szablonu e-mail w config.xml modułu

<global>
    <template>
        <email>
            <payment_reminder_template translate="label" module="namespace_payreminder">
                <label>Default Payreminder Template</label>
                <file>payreminder/payreminder.html</file>
                <type>html</type>
            </payment_reminder_template>
        </email>
    </template>
</global>