{{template config_path="design/email/header_template"}}
{{trans "Hi %name," name=$customer.name}} |
{{trans 'You\'re in :)' }} |
{{trans 'Your account is now active.'}} |
{{trans 'To sign in, use these credentials during checkout or when logging into your account.' customer_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}
{{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}}
|