• Resolved Julius35

    (@julius35)


    just a small thing, the debug modus of wordpress is reporting: SF_Address and SF_Name should be in single quotation marks in send-from.php line 63ff. Originally they are not.

    public function set_send_from_options(){
    	add_filter('wp_mail_from', array(&$this, 'SF_Address'));
    	add_filter('wp_mail_from_name', array(&$this, 'SF_Name'));
    } // END public function set_send_from_options

    Best wishes
    Julius

    https://wordpress.org/plugins/send-from/

Viewing 1 replies (of 1 total)
  • Plugin Author Benjamin Buddle

    (@mahoskye)

    Thanks Julius. I appreciate the heads up… even if I am a bit late in responding.

    I’ve added your suggestion to the latest commit.

Viewing 1 replies (of 1 total)
  • The topic ‘Debug information SF_Address and SF_Name’ is closed to new replies.