subscr_confirm.html 729 B

12345678910111213141516171819
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Newsletter subscription confirmation"}} @-->
  8. <!--@vars {
  9. "var customer.name":"Customer Name",
  10. "var subscriber.getConfirmationLink()":"Subscriber Confirmation URL"
  11. } @-->
  12. {{template config_path="design/email/header_template"}}
  13. <p class="greeting">{{trans "Thank you for subscribing to our newsletter."}}</p>
  14. <p>{{trans "To begin receiving the newsletter, you must first confirm your subscription by clicking on the following link:"}}</p>
  15. <p><a href="{{var subscriber.getConfirmationLink()}}">{{var subscriber.getConfirmationLink()}}</a></p>
  16. {{template config_path="design/email/footer_template"}}