Forums

[Plugin: Enhanced WP Contact Form] If we reply to an email, the field 'to' : is empty (2 posts)

  1. Heinz Legler
    Member
    Posted 6 months ago #

    Enhanced-wordpress-contactform , the plugin works but when we try to reply in Outlook, the 'to:' field is not filled in so we have to copy and paste the email address each time. Any solutions ? Heinz

    http://wordpress.org/extend/plugins/enhanced-wordpress-contactform/

  2. tambu
    Member
    Posted 4 months ago #

    file wp-contactform.php line 171:

    replace

    $headers = "MIME-Version: 1.0\r\n";

    with

    $headers = "MIME-Version: 1.0\n";

    this fixes your (and mine) problem :)

Reply

You must log in to post.

About this Topic