Back to Magento2

Account New

app/code/Magento/Customer/view/frontend/email/account_new.html

2.4.81.0 KB
Original Source

{{template config_path="design/email/header_template"}}

{{trans "%name," name=$customer.name}}

{{trans "Welcome to %store_name." store_name=$store.frontend_name}}

{{trans 'To sign in to our site, use these credentials during checkout or on the My Account page:' customer_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}

  • {{trans "Email:"}} {{var customer.email}}
  • {{trans "Password:"}} {{trans "Password you set when creating account"}}

{{trans 'Forgot your account password? Click here to reset it.' reset_url="$this.getUrl($store,'customer/account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])" |raw}}

{{trans "When you sign in to your account, you will be able to:"}}

  • {{trans "Proceed through checkout faster"}}
  • {{trans "Check the status of orders"}}
  • {{trans "View past orders"}}
  • {{trans "Store alternative addresses (for shipping to multiple family members and friends)"}}

{{template config_path="design/email/footer_template"}}