|
Default mail template should not fix with the wording “Magento Demo Store”.
Refer: app/locale/en_US/template/email/account_new.html
Events if customer has been register. Magento will send email to notify. These are example of that mail.
Dear {{var customer.name}},
Welcome to Magento Demo Store. To log in when visiting our site just click Login or My Account at the top of every page, and then enter your e-mail address and password.
Although we can customize the mail template, but in my opinion it will better if the system ready to use!
So the word “Magento Demo Store” should be replaced by some variable, e.g. var ShopName.
Thank you
|