We are using templates for mails. Customers can place the elements at their free will. The mail template files are present in themes/mails/ folder.
You can change the email settings from system/admin/bgconfig.php?tab=advanced => Email Options tab. If Use MIME HTML is set to true, it will support html tags. Other wise will work as simple text mails.
List of tpl files used in the mail section:-
1) account_confirmation_mail.tpl – This tpl is managing the content of a mail which is sending to customers after successfully creating the customer account.
2) order_confirmation_mail.tpl- This tpl is managing the content of a mail which is sending to customers after successfully completing an order.
3) order_follow_up_mail.tpl – This tpl is managing the content of a order follow up mail .
4) order_update_mail.tpl – This tpl is managing the content of a order update mail. |