Hi

I like to customize the email sent when customer is authorized for the fist time to say


In customers.php I have this.
---------------------------------

define('EMAIL_CUSTOMER_STATUS_CHANGE_MESSAGE', 'Welcome [I want FIRST_NAME _TO_GO_HERE] to <strong> Premier Salon Supplies</strong>.
Your wholesale account has been approved.
<br /><br />
As a ‘Thank You’ for registering with us, we would like to offer you 10% off your first online order.
<br /><br />
Use the coupon code <strong>SWEET</strong> at checkout to take advantage of this offer.
<br /><br />
Online Shop – <strong>http://www.premiersalon.com.au</strong>
<br />
');

and in the

email_template_default.html
----------------------------------
<!-- Content Section -->
<div class="content">
<!--<div>$EMAIL_SUBJECT</div>-->
<div>$EMAIL_MESSAGE_HTML</div>
</div>

but tried everything can't get the first name in the email showing.