Please make notification email messages configurable with the theme. For example, when a new ad is posted it would be great if we had control on the email content instead of manually editing the source code.
Code:
$body = __('Someone has submitted a new ad. Go to your admin panel to view it.','cp') . "\n\n" . get_option('home')."/wp-admin/edit.php";