Gmail appears to disregard Reply-To field

I’m utilizing my Gmail account to send messages from my website. I also check emails that come from my site’s contact form using the same account.

Issue:
I want to set the Reply-To header to make responding easier to users. However, it seems that Gmail shows the From address instead of the specified Reply-To address when I reply.

Here are the headers I’m using:

Return-Path: <[email protected]>
Received: from server1 (ec2-79-125-266-266.eu-west-1.compute.amazonaws.com [79.125.266.266])
    by mx.google.com with ESMTPS id u14sm23273123gvf.17.2010.03.10.14.33.24
    (version=TLSv1/SSLv3 cipher=RC4-MD5);
    Wed, 10 Mar 2010 14:33:25 -0800 (PST)
Received: from localhost ([127.0.0.1] helo=www.mywebsite.com)
by webserver with esmtp (Exim 4.69)
(envelope-from <[email protected]>)
id 1NpUSx-0001dK-JM
for [email protected]; Wed, 10 Mar 2010 22:33:23 +0000
User-Agent: MyEmailClient
Date: Wed, 10 Mar 2010 22:33:23 +0000
From: "Contact Form" <[email protected]>
Reply-To: "User Name" <[email protected]>
To: [email protected]
Subject: Test Subject
X-Sender: [email protected]
X-Mailer: MyEmailClient
X-Priority: 3 (Normal)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="B_ALT_4b981e3390ccd"

This is a multi-part message in MIME format.
Your email application may not support this format.

--B_ALT_4b981e3390ccd
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

message text here

--B_ALT_4b981e3390ccd
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

message text here

--B_ALT_4b981e3390ccd--

Has anyone experienced this issue? The Reply-To field is defined, but Gmail seems to completely overlook it.

gmail’s weird with reply-to headers, especially for emails from the same domain. try sending from outlook or another service instead. also double-check that your reply-to email doesn’t look sketchy - gmail will ignore it if it seems like spam.

I’ve encountered a similar problem with a client’s contact forms. Gmail can be quite finicky with the Reply-To header, particularly when the email is sent from the same account. It often seems to favor the From address in these cases. To troubleshoot, I recommend asking someone else to respond using a different email client or a separate Gmail account. This can help determine if the Reply-To header is functioning correctly. Additionally, ensure that your Reply-To header is formatted correctly and that the email address is valid. Keep in mind that various email clients interpret the Reply-To field differently, and Gmail may display the From address while still using the Reply-To option when replying.

Gmail’s weird with Reply-To headers, especially when you’re sending and receiving on the same account. Hit this exact issue setting up customer support last year. Gmail tries to prevent confusion by defaulting to the From address when it spots circular email patterns. Fixed it by making sure the Reply-To domain had proper MX records and wasn’t flagged as suspicious. Here’s the kicker - Gmail’s web version handles this differently than mobile. Sometimes Reply-To works fine on your phone but breaks on desktop. Test with different Gmail accounts and check if Reply-To shows up in raw message headers. That’ll tell you if it’s a display bug or actual header processing issue.

Gmail’s behavior regarding the Reply-To field can be quite perplexing, especially when the sender and recipient are the same account. This often leads Gmail to prioritize the From address over the Reply-To address. I faced a similar issue while configuring automated notifications for a client project. Implementing SPF and DKIM authentication for the domain associated with the Reply-To address improved email handling, as Gmail tends to respect the Reply-To headers more consistently under proper authentication. Additionally, consider using dedicated email services like SendGrid or Mailgun; they are more reliable in preserving headers compared to Gmail’s SMTP, as they enhance authentication and overall email deliverability.

I’ve hit this Gmail nightmare so many times building contact systems. Gmail’s Reply-To handling breaks when you send and receive from the same account.

Gmail thinks it’s being “smart” by overwriting your Reply-To when it sees the same domain. Switching email clients? That’s just a band-aid.

What works: automate the entire email flow. I build systems where contact form submissions create proper email threads with correct headers. Gmail actually respects Reply-To when automation handles the routing.

Let your automation platform manage email flow instead of fighting Gmail’s weird behavior. I use Latenode - it handles email routing and headers way better than battling Gmail directly.

Set up a workflow that processes contact forms, sets proper headers, and routes replies correctly. Gmail won’t mess with your Reply-To fields.