Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8619163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:16:39+00:00 2026-06-12T06:16:39+00:00

I have a feedback form, where users can leave comments. These comments will be

  • 0

I have a feedback form, where users can leave comments. These comments will be emailed to me and users’ email address will appears as reply_to in the header, which means I can address these comments if I click the “reply” button in the GMAIL. However, it seems like the ‘reply-to’ header does not work. Every time I click ‘reply’, I am writing to myself. Any suggestions?

The basic function is defined as below:

HTML CODE

<!-- The contact form-->    
<form method="POST" action=contactus_output.html>
    <table align="center" cellpadding="15" cellspacing="15">
        <tr><th colspan="2" align="left"><h1>Contact Form</h1></th></tr> 
        <tr><th>Name:</th><td><input type="text" name="nm.name" id="id.name" required="required" /></td></tr>
        <tr><th>Email:</th><td><input type="email" name="nm.email" id="id.email" required="required" /></td></tr>
        <tr><th>Subject:</th><td><select id="sub" name="nm.sub" required="required"/><option value="" selected="selected">Select one of the subjects</option><option value="1" >Suggestion</option><option value="Bug report" >Bug report</option><option value="Other" >Other</option></select></td></tr>
        <tr><th>Message:</th></tr>
        <tr><th></th><td><textarea id="msg" rows="10" cols="40" name="nm.msg" required="required"></textarea></td></tr>
        <tr><td colspan="2"><input type="submit" value=" Let us know! "></td></tr>
    </table>
 </form>

Python CODE

#define the function
def sendanemail(name,subj, rply, msg):
    message = mail.EmailMessage(sender="Support <myapp@gmail.com>")
    message.subject = subj
    message.to = "Ubertool Support <myapp@gmail.com>" 
    message.reply_to= rply
    message.cc = rply   
    message.body = '''A message submitted by %s, %s \n''' %(name, rply)
    message.body = message.body+msg
    message.send()

def post(self):        
    form = cgi.FieldStorage()
    name = form.getvalue('nm.name')
    rply = form.getvalue('nm.email')
    subj = form.getvalue('nm.sub')
    msg = form.getvalue('nm.msg')
    sendanemail(name,subj, rply, msg)

Email header

from:    Support myapp@gmail.com via 2uix4h7xygsz66weerlq.apphosting.bounces.google.com 
reply-to:    abc@gmail.com
to:  Support <myapp@gmail.com>
cc:  abc@gmail.com
date:    Thu, Sep 20, 2012 at 5:20 PM
subject:     Other
mailed-by:   2uix4h7xygsz66weerlq.apphosting.bounces.google.com

The problem is I click ‘reply’, my GMAIL replies to ‘myapp@gmail.com’, not ‘abc@gmail.com’

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T06:16:40+00:00Added an answer on June 12, 2026 at 6:16 am

    The following is a summary of the comments.

    The problem seems to be related to Gmail, as the Reply-To header is actually sent, and is because the sender and receiver are the same.

    A workaround is to have a different sender and receiver address, to achieve that the email address <app-id>@<app-id>.appspotmail.com can be used.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a feedback form where the user can enter his/her feedbacks in a
I have a simple feedback form that allows my users to log feedback and
I have a Contact Us page where in users will give in their email
In my application I have a feedback form. The user has to first login
I have a simple feedback form in a Kentico CMS site. There are two
I have a project to setup an anonymous feedback form to our website. I
On my website, I have a button which when clicked displays a feedback form
I have a form on a website I'm working ( you can see it
I have an iFrame with a feedback form in it. After the user clicks
I have a simple feedback form (see screenshot) on each page on a site.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.