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?



