subscr_success.html 539 B

123456789101112131415161718
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Newsletter subscription success"}} @-->
  8. <!--@vars {
  9. "template config_path=\"design\/email\/footer_template\"":"Email Footer Template",
  10. "template config_path=\"design\/email\/header_template\"":"Email Header Template"
  11. } @-->
  12. {{template config_path="design/email/header_template"}}
  13. {{trans "You have been successfully subscribed to our newsletter."}}
  14. {{template config_path="design/email/footer_template"}}