Here is a list of files that contains the word emailer.
When you search for the code that includes emailer.php it won't be written as such. It'll be written similar to this...
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
File list...
album_upload.phpcard.phpdelete_users.phpgroupcp.phplink_register.phpmail_digests.phpposting.phpprivmsg.phpprofile.phptellafriend.phpviewtopic.phpadmin/admin_approve.phpadmin/admin_email_users.phpadmin/admin_forum_rules.phpadmin/admin_mass_email.phpadmin/admin_userlist.phpadmin/admin_users_inactive.phpincludes/emailer.phpincludes/functions_cash.phpincludes/functions_digests.phpincludes/functions_kb.phpincludes/functions_post.phpincludes/phpbb_security.phpincludes/usercp_profile.phpmods/contact/class_contact.phppafiledb/modules/pa_email.phpprofilcp/profilcp_activate.phpprofilcp/profilcp_email.phpprofilcp/profilcp_privmsg.phpprofilcp/profilcp_sendpassword.php
You'll also need to know where emailer.php is included with any MOD that you may want to add later, so that you can change it as well.