• Resolved nello96

    (@nello96)


    Hi and thanks for the great plugin!

    I was wondering if there is a way to avoid it to override sender informations as it doesn’t get on properly with others plugins i use..

    Let me know!
    Thanks in advance

    Nello

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nello96

    (@nello96)

    SOLVED! Didn’t notice the filters in plugin’s website, great!

    I needed the same thing. Leaving the sender address and name blank should do this imo but it doesn’t at this time.

    For future readers:

    if ( !is_admin() )
        include_once( ABSPATH.'wp-admin/includes/plugin.php' );
    
    if ( is_plugin_active( 'wp-html-mail/wp-html-mail.php' ) )
        add_filter( 'haet_mail_use_sender', function( $use_sender, $mail ) { return false; }, 10, 2 );
    • This reply was modified 7 years, 5 months ago by timbr.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avoiding sender address override’ is closed to new replies.