123456789101112131415161718 |
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <!--@subject {{trans "Newsletter subscription success"}} @-->
- <!--@vars {
- "template config_path=\"design\/email\/footer_template\"":"Email Footer Template",
- "template config_path=\"design\/email\/header_template\"":"Email Header Template"
- } @-->
- {{template config_path="design/email/header_template"}}
- {{trans "You have been successfully subscribed to our newsletter."}}
- {{template config_path="design/email/footer_template"}}
|