Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98543

Re: Getting response by email reply message

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Subject Re: Getting response by email reply message
Date Mon, 9 Nov 2015 11:21:06 -0500
Lines 24
Message-ID <mailman.183.1447086069.16136.python-list@python.org> (permalink)
References <79f2c622-e626-43ae-bcec-f85d394ce575@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de bSneFxlOkWlIpDaMNZSbbAAMcKHim0YGFSWzi3pIoLMA==
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.047
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:Getting': 0.09; 'accordingly.': 0.13; 'appropriate': 0.14; 'received:209.85.213.176': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'email addr:gmail.com&gt;': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'assuming': 0.22; 'body,': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'message- id:@mail.gmail.com': 0.27; 'idea': 0.28; "i'm": 0.30; 'server.': 0.30; 'url:mailman': 0.30; 'another': 0.32; 'maybe': 0.33; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'so,': 0.35; 'nov': 0.35; 'something': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'hi,': 0.38; 'why': 0.39; 'url:mail': 0.40; 'regards.': 0.67; 'act': 0.67; 'reply': 0.68; 'email,': 0.69; 'receive': 0.71; 'answer.': 0.72; 'joel': 0.91; 'subject:response': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KVtKX+aZyog0aTXR/et/8haHeDZwNcoZrK/TmG7JtIs=; b=dtuw+pX6RJaOsOdXZ2ZjsQXRWRqPSBJAk9vdmDBSZBlex3yfssJqiT9ycPkR4VFyyV HYAgr7VBBnVO8MMZlbWEUfPt0fBatVPs383ml8/D93hO+fUlg1l2Ob0q2qS5XCpzx817 5Kr9e5tzJv5gp0Bz7tR/wQ6KZd3wG8HqWrx37Plx4xDGwz3hAdQRumDhu1OjLDWE0TWY BIIUongOGWLOqAXpEjxnJJCngB69ZciDlG2wairRpQuT6C6zU7r48jLRJiS1v8CgUYlH LJ0GTNbXOCElu2Pbt6QRq9N9LLM/2hNobmeOVbG4rZ26KDm1K4U6ssQGhg+D7kwD9OSE oqVQ==
X-Received by 10.50.66.141 with SMTP id f13mr19870679igt.51.1447086066918; Mon, 09 Nov 2015 08:21:06 -0800 (PST)
In-Reply-To <79f2c622-e626-43ae-bcec-f85d394ce575@googlegroups.com>
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98543

Show key headers only | View raw


On Mon, Nov 9, 2015 at 11:12 AM, <zljubisic@gmail.com> wrote:

> Hi,
>
> I know how to send an email, but I would like to be able to receive a
> reply and act accordingly.
> Mail reply should contain yes/no answer.
>
> I don't know whether email is appropriate for such function.
> Maybe better idea would be to have links in email body, one for yes,
> another for no that will execute something on the server.
>
> Anyway, what are my options?
>
> Regards.
> --
> https://mail.python.org/mailman/listinfo/python-list
>

I'm assuming this is a website.  If so, why not use a form with a checkbox?

-- 
Joel Goldstick
http://joelgoldstick.com/stats/birthdays

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Getting response by email reply message zljubisic@gmail.com - 2015-11-09 08:12 -0800
  Re: Getting response by email reply message Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-09 11:21 -0500
    Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 13:45 -0800
      Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 06:42 +0100
        Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 23:09 -0800
          Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 11:23 +0100
          Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 11:37 +0100
  Re: Getting response by email reply message Tim Chase <python.list@tim.thechases.com> - 2015-11-09 12:15 -0600
    Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 13:53 -0800
      Re: Getting response by email reply message Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-09 22:14 +0000
      Re: Getting response by email reply message Tim Chase <python.list@tim.thechases.com> - 2015-11-09 16:45 -0600
  Re: Getting response by email reply message Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-09 15:30 -0700
    Re: Getting response by email reply message Marko Rauhamaa <marko@pacujo.net> - 2015-11-10 00:43 +0200
  Re: Getting response by email reply message Chris Angelico <rosuav@gmail.com> - 2015-11-10 09:37 +1100

csiph-web