mini tips

cc: comment notifications to a second email address
October 04, 2003

Find this code in lib/MT/App/Comments.pm (currently at line 132 in v2.64):

my %head = ( To => $author->email,

and add this line right after it:

Cc => 'email@domain.com',

replacing email@domain.com with a valid email address.