8 May 2009, 12:22 PM
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?