• Hello,
    I have a problem with the reply-to header.
    I have the CF7 setup with Webriti SMTP and everything works great but just one thing.
    When i receive the email and press reply i get the user submitted email and also the admin email in the “to” field.
    I checked everything and i can’t find where is this issue from.

    https://wordpress.org/plugins/contact-form-7/

Viewing 8 replies - 1 through 8 (of 8 total)
  • That’s not a CF7 problem. A reply-to header may have only one e-mail address.

    Sounds like you’re clicking “reply to all” instead of “reply” in your email client.

    Thread Starter max1701

    (@max1701)

    Ok, but is it possible to not have the admin e-mail in the reply option at all?

    Thread Starter max1701

    (@max1701)

    If i leave the Additional headers empty i get a reply to the admin email.

    When you click Reply, your email client should compose a message to the visitor only. If you see your Admin address in the “to” field, then you might be clicking Reply To All (ie. both the visitor and the admin) by mistake.

    The CF7 configuration is simple:

    In Additional Headers, make sure you have:

    Reply-To: [your-name] <[your-email]>

    Try replying with a different e-mail client. You may find that it works as expected.

    Thread Starter max1701

    (@max1701)

    Thank you for your time. I found that Easy Smtp Server was sending the extra Reply-to with the admin adress. I removed it from the php and now it works fine.
    Contact form was working fine.

    That’s a new one. Glad you figured it out!

    So does that mean Easy SMTP Mail works for no-one who wants to add a Reply-To header??

    Thread Starter max1701

    (@max1701)

    It works but you have to choose the reply and not reply all to send the e-mail only to the user submited email.

    You just have to take this out of the webriti-smtp-mail.php file.

    // Set Reply To Field
    $phpmailer->AddReplyTo(webriti_smtp_mail_from_email(), webriti_smtp_mail_from_name());

    Now it will only send the message email.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Admin email in email reply’ is closed to new replies.