Hi, I'm currently getting create account confirmation emails with Dear Mr /Ms. 'Name'. The code in create_account.php is:
define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n");
define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n");
define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
What should be replaced/added where %s is?
Thanks....



