Hi,

I've searched far and wide for any information or prior case where someone has wanted to address their customers via first name only in the welcome email after registration.

I'd like the email to start with

Hi <first name>,

Contents of email here.


I've found a similar thread here


however my knowledge of coding isn't sufficient to change it around.

Currently the code in the contact_us.php is

define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
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");

Any help would be appreciated