• When working this app I noticed the ‘To’ and ‘From’ information received in the email was backwards. Change this code string within the econtact.php file and it will reverse the ‘To’ and ‘From’ and make it more ‘normal’…

    OLD CODE:
    $from_name = apply_filters( 'wp_mail_from_name', 'WordPress' );
    REVISED CODE:
    $from_name = apply_filters( "wp_mail_from_name", "$user" );

    https://www.ads-software.com/extend/plugins/easy-contact/

  • The topic ‘[Plugin: Easy Contact] Code adjustment’ is closed to new replies.