Viewing 4 replies - 16 through 19 (of 19 total)
  • Easy peasy.

    email.php line 609 and 635

    You’re misusing the header, you should put the Reply-to in header

    Actual:

    $headers = "Sender: $from_email\r\n" . "From: $reply_to\r\n" . "Content-Type: $header_content_type; charset=\"" . get_option('blog_charset') . "\"\r\n";

    Correct

    $headers = "From: $from_email\r\n" . "Reply-to: $reply_to\r\n" . "Content-Type: $header_content_type; charset=\"" . get_option('blog_charset') . "\"\r\n";

    And a warning: STOP BEING ARROGANT AND RESPECT YOUR CUSTOMERS.

    Treating customers that way you will not get far

    Regards

    Plugin Author Matthew Muro

    (@mmuro)

    Look, I’m not trying to come off as arrogant but that’s not a bug. According to spec, the Reply To header is not required and if your host has a problem with that, it’s not my plugin’s fault.

    I already told you that I can add the Reply-To header back in easily enough.

    Also, you are not a customer. You are a user of a free plugin and this is free support. If you are unhappy, you are certainly welcome to use a different plugin.

    If you put on your plugin admin a field called: “Reply-To E-mail”, i think it’s supposed to Reply-to.

    And i think transaction id 7XT40586SX505245X says that i’m a customer of a paid plugin.

    Regards

    Plugin Author Matthew Muro

    (@mmuro)

    This is fixed in the latest version.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘No eMail sent to Admin of site’ is closed to new replies.