Zen Cart Logo
Forums / General Questions / Email Variables like $EMAIL_CLOSURE in "password forgotten"

Email Variables like $EMAIL_CLOSURE in "password forgotten"

Locked

Views: 1,086

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
8 May 2009, 12:22 PM
#1
miriam_t avatar

miriam_t

New Zenner

Join Date:
May 2007
Posts:
38
Plugin Contributions:
0

Email Variables like $EMAIL_CLOSURE in "password forgotten"

Hello,

I tried to track down that constants but I'm lost somewhere.

In my password-forgotten-email there are 2 variables which are not substituted:

$EMAIL_CONTACT_OWNER
$EMAIL_CLOSURE

When using the developer tool kit to trace them I find:
**/includes/modules/create_account.php

**Line #394 : $html_msg['EMAIL_CONTACT_OWNER'] = str_replace('\n','',EMAIL_CONTACT);

But what do I do with this information? How can I correct the behaviour of my emails?