Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author August Infotech

    (@augustinfotech)

    Hello fromenglandwithlove,

    Sorry for the inconvenience,
    Please update
    /wp-content/plugins/responsive-contact-form/
    ai-responsive-contact-form.php at line no 429

    replace the following line :
    $ai_admin_headers .= “From: “.str_replace(‘ ‘, ‘-‘, $ai_name).”\n”;

    with the below line
    $ai_admin_headers .= “From: “.str_replace(‘ ‘, ‘-‘, $ai_name).” “.$ai_email.”\n”;

    and your problem will be fixed.

    Thank you for using the plugin and reporting the issue.
    Suggestions are always welcome.

    Thanks & regards,
    August infotech

    Thread Starter fromenglandwithlove

    (@fromenglandwithlove)

    Hi there,

    Thanks for the code, but after testing it, it unfortunately still emails using the server email address.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sends wrong email address’ is closed to new replies.