• Resolved bruplex

    (@bruplex)


    Hi —

    This is a great plugin, thanks for sharing it. I have a couple of quick questions:

    1 – In the email reply that users get when they fill out the form, the “from” is “My.website.xxx@xxx.com” when I would like it to just be “xxx@xxx.com”. Where would I edit this?

    2 – Also — is there an option to NOT send a confirmation email?

    Thanks.

    http://wordpress.org/plugins/responsive-contact-form/

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

    (@augustinfotech)

    Hello bruplex,

    1)Please find below line in main file of plugin “ai-responsive-contact-form.php”

    $ai_headers .= “From:”.get_bloginfo(‘name’).” “.$ai_emailadmin.”\n”;

    and change it with below line,

    $ai_headers .= “From:”.$ai_emailadmin.”\n”;

    2) if you are asking about the send me a copy feature then yes you can disable the field from admin panel.

Viewing 1 replies (of 1 total)
  • The topic ‘Editing "from" email address in reply to: email’ is closed to new replies.