$mod_name = 'John Doe';
$mod_email = 'john@example.com';
If there are multiple dedicated moderators, use a generic name and a comma-separated list of email addresses:
$mod_name = 'Moderators';
$mod_email = 'moderator@example.com,anothermoderator@example.com';