By pmajum1 on
I have to override the function _user_mail_notify defined in core user module. I have created another module which is doing login for my site. How can I override that particular function _user_mail_notify in my own module. Please suggest how can i do that.
Comments
Use API calls
hook_mail_alter()
or perhaps there are modules already out there that could help like Mail editor.