MyBB Community Forums

Full Version: PHP Mail function location
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know the last place in the mybb code where the mail function is getting called so that I can set "From:" in the email being sent.

In case of forum reply notification, an email is sent but before being sent it is first processed by Mybb code/modules. In the end an email function must be getting called as the last step.

I need only PHP mail and not the SMTP one.

Thanks