Hi,
The “from email address” is already forced in Settings page.
I’ve also tried following snippet
add_filter('wp_mail_from', 'bv_get_from_email');
return wp_mail( $email , $subject , $text );
add_filter('wp_mail_from', 'bv_get_from_email');
return wp_mail( $email , $subject , $text );
The email gets sent by “bounce………@mandrillapp.com” instead of my domain email address.
It still did not work. What aim i missing?