WordPress uses custom wp_mail function, so you won’t find it, if you’ll search for mail.
Just take a look at line 248 of wp-login.php file: http://core.trac.wordpress.org/browser/branches/3.5/wp-login.php#L248
You should find retrieve_password_message filter call there. This is the filter that returns the content of reset password message.
You should also check the implementation of wp_mail function, because you will have to add headers to your mail (you want to send it as html and not as plain text, I guess). You can use wp_mail_content_type filter to change it.
Related Posts:
- How can I change the email that is inside the default email texts of wordpress?
- Which Filter Do I Use To Modify The Subject Of The Retrieve Password Notification Email?
- Change password reqts with NO plugin without breaking resetpass link?
- How to add headers to outgoing email?
- How to apply the “retrieve_password_message” filter?
- How can I detect if a user changes their password?
- wp_mail – Remove sitename from email subject
- How to change/rewrite the lost password url?
- How to disable all WordPress emails modularly and programatically?
- How can I modify the default reset (lost) password email text?
- Is it possible to use a forgot password url filter?
- Change “You are now logged out” text
- wpmu_signup_user_notification filter not working
- Removing labels and tag on WordPress’s default login form
- Customize user account activation message
- How do we check if the user is logging in or registering?
- Change Password Strength Indicator names?
- add filter login_redirect does not contain original requested redirect
- Change username before login
- Right practice to edit WP reset password email
- Custom Login Errors and variables I can use
- Correct method of redirecting user login
- Change the default 10-day expiration for the password protected pages cookie
- How can I change the email sender name from wordpress to (myblogname) on the “lost password” email?
- Filters on Login Page
- Is it possible to put the add-filter()-hook into a function?
- How do I hook my function to run only after submitting login form
- Help with filter for wp_notify_moderator()
- Change login CSS
- How to redirect non-logged in users to login with post_password_required()
- Prevent reset password specific user role
- Error using wp_mail inside custom function
- What is the action hook to use if you want to capture the new password during password change?
- Filter page title (displayed in browser tab) of wp-login
- Email Obfuscation: Is antispambot() Acceptable? [closed]
- arguments for comment_notification_text filter
- How to redirect a unique link based on login status
- Would like to use hook or filters to customize email templates
- How to change lost password email text using custom plugin wordpress?
- login_url filter creates permanent wp-admin -> wp-login redirection loop
- Redirecting the lost password page request when using a custon login page
- Login logout below menu bar
- Filter wp_mail based on content type
- Hook into ‘when user logs in’ [persistent login]
- Cant login, Password MUST be reset error, after reset
- Better way to change the default password reset url with the woocommerce one?
- Custom theme hooks / filters – passing arguments
- What params are available with the_content filter?
- How to hook wp_list_pages?
- Don’t replace “|” with Empty String (“”) when generating slugs from title
- user_has_cap filter allows edit but will not allow save
- Add filter to wp_dropdown_pages() or wp_dropdown_categories() – no select container?
- Hook different functions to the same filter conditionally OR Pass additional arguments to existing filter?
- Search results sorted by post types
- Pass parameter to the upload_dir filter
- Filter or Hook to catch pre-rendering of post content
- check to see if hook is available
- Filter users by custom colum not meta key
- How to allow users to view pending posts of a specific custom post type?
- Remove filter callback: method in class
- How can I exclude tags from category_rss function?
- wp_insert_user() function password never match
- How do I use remove_action on an add_action that uses an array?
- Add content as soon starts
- Access get_the_title() from ‘excerpt_length’ filter
- the_content filter together with require_once returns 1 instead of the content of the included file
- Missing Argument 2 for apply_filter
- How to get a single hook from wp_head()?
- WP filter to alter admin CSS styles?
- How to apply a filter to an ACF wysiwig editor field output?
- Is it possible to bind a function to a filter hook via Ajax?
- Change the template when the user is not logged in using page_template filter (it does not work)
- Filter Pages by Custom Field (ACF) in admin area
- Filter posts by meta data using custom query
- Remove tags without a specific meta key from “choose from the most used tags”
- Sending new registration meta values to admin by email
- Resend password chosen by WP administrator? [duplicate]
- Register users by e-mail
- automatic title through filter
- Filter causing loss of _wp_attachment_metadata
- Buddypress Filter Multiple Activities [closed]
- How can I tranlslate post date in italian?
- Having wp-admin on different domain
- Use a functions in functions.php to remove a string for template theme
- Login/password protected “client page”
- oembed_dataparse filter not running at all for standard YouTube embed
- Wrap WordPress Login Form in custom Div
- Action for opening attachment or manipulating all attachment links
- mu-plugins body_class filter not working
- shortcode function outputs multiple anchor tags
- Cannot login in WordPress even after changing hash password in phpmyadmin
- WP Dashboard -> Posts-> Filter by Category -> Form Method Change : Which Hook
- Show child theme for users on specific IP
- Redirect after user changes password
- wp.getPosts with status = ‘trash’ using node.js
- Is there a way to overwrite a filter used in canonical.php?
- Adding an orderby filter, casting postmeta with multiple keys
- post->post_content filter
- How to change this WP logo and posts url in block editor?
- How to add custom field to top of WordPress Comment Form for both logged in and anon users