Hello,

I want to add a different text that is known under a different variable in the gv_mail. I have edited admin/includes/languages/dutch/email_extras.php and added a line:
PHP Code:
define('EMAIL_GV_DISCLAIMER_MAIL''my dutch message'); 
Then i edited the email_template_gv_mail.html and added the $EMAIL_GV_DISCLAIMER_MAIL to this file.

However, when i send out the email it shows $EMAIL_GV_DISCLAIMER_MAIL instead of the "my dutch message" that i would expect.

Can anybody please help me how i can make this work?

Thanks,
Jeroen