選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

19 行
695 B

  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 subscriber_data.confirmation_link":"Subscriber Confirmation URL"
  10. } @-->
  11. {{template config_path="design/email/header_template"}}
  12. <p class="greeting">{{trans "Thank you for subscribing to our newsletter."}}</p>
  13. <p>{{trans "To begin receiving the newsletter, you must first confirm your subscription by clicking on the following link:"}}</p>
  14. <p><a href="{{var subscriber_data.confirmation_link}}">{{var subscriber_data.confirmation_link}}</a></p>
  15. {{template config_path="design/email/footer_template"}}