osCommerce Knowledge Base
Welcome Email Edits | Last Update: 15th July, 2005 Article ID: 183 |
- Introduction
- Welcome Email Edits
Introduction
The welcome email is sent when a customer creates an account at the store.
Welcome Email Edits
To edit the content of the email you need to look in the following file.
catalog/includes/languages/*your language*/create_account.php
The sections of the file that handle the content of the welcome email is
define('EMAIL_SUBJECT', '');
define('EMAIL_GREET_MR', '');
define('EMAIL_GREET_MS', '');
define('EMAIL_GREET_NONE', '');
define('EMAIL_WELCOME', '');
define('EMAIL_TEXT', '');
define('EMAIL_CONTACT', '');
define('EMAIL_WARNING', '');
