{{template config_path="design/email/header_template"}}
{{trans "%name," name=$customer.name}}
{{trans "Welcome to %store_name." store_name=$store.getFrontendName()}}
{{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:"}}
{{template config_path="design/email/footer_template"}}