Description
This filter hook filters the from email header.
Usage
add_filter( 'wprequal_from_email_header', 'your_custom_function', 10, 1 );
Parameters
$email String The from email header.
Returns
$email String The filtered email address.
Example
Use a different company name and email as the from email address.