Thanks Matt,
I am aware that you wont be able to see those links, since they require admin privileges.
Anyway I tried to make changes to emailEditorDecisionComment function in classes/submission/sectionEditor/SectionEditorAction.inc.php
original line was
$email = &new ArticleMailTemplate($sectionEditorSubmission);
which I changed to (in fact appended the new prepared email template)
$email = &new ArticleMailTemplate($sectionEditorSubmission, 'REVIEWERS_COMMENTS');
When Editor clicks on the eMail icon, the mail body now gets populated,

(thanks a lot for that)
but now the issue is that {$authorName} and {$articleTitle} are not getting auto-populated. They remain as it is. i.e. $var is not converted to Values. Though the link (eMail icon) href is passing on the article id as (
http://ijict.org/index.php/ijoat/editor ... ticleId=35)
Cheers
iEdge