From user-return-23339-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Jan 25 04:03:52 2013 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80C9DD6B1 for ; Fri, 25 Jan 2013 04:03:52 +0000 (UTC) Received: (qmail 76317 invoked by uid 500); 25 Jan 2013 04:03:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 76187 invoked by uid 500); 25 Jan 2013 04:03:50 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 76173 invoked by uid 99); 25 Jan 2013 04:03:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 04:03:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pulkitsinghal@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 04:03:46 +0000 Received: by mail-qa0-f43.google.com with SMTP id cr7so873336qab.9 for ; Thu, 24 Jan 2013 20:03:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=6k4pmcp1UbX0C/ooiYvpcB+7TMYe/b5zx7fMLWoWsCA=; b=vtlivLL7OQsoPtX6Rb4B2PGyDidkCBa9aD6doEh/UPl349dKMJSutR4Kgylza1sMco hMAnrOiwDiQhHNXbfaRFi9pTQ2MdUcPobCBHQB6wJzwY0JGFKMLUHNERom9ijyKZBu09 vur1sSVmssgI+pubvTDdJy1+BKzfAVpJI5meompeUfsMZtZ/BOiH5mo6BWJg1UIg9vKk Ju/Hkxt893YNhhVh62y8DOxqTg4Hs/GMglLApH4zaY+AejOnCzL63gd7wnSeuH5pPMzW m7OD/MzJXI4LF37v46i48If6lVRMknwb7mqOuBap0K6W41dJDlS03UGAuFCG9XskmhjM PBdg== MIME-Version: 1.0 X-Received: by 10.224.177.68 with SMTP id bh4mr4512121qab.63.1359086605309; Thu, 24 Jan 2013 20:03:25 -0800 (PST) Received: by 10.224.10.146 with HTTP; Thu, 24 Jan 2013 20:03:25 -0800 (PST) In-Reply-To: References: Date: Thu, 24 Jan 2013 22:03:25 -0600 Message-ID: Subject: Re: User registration and email confirmation on CouchDB From: Pulkit Singhal To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf30334dd554183104d41502d7 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30334dd554183104d41502d7 Content-Type: text/plain; charset=UTF-8 I'm still waiting for someone to tell me that they've already done it or an open source package on github exists. But in case that's not gonna happen, I'm thinking that somehow using Node to watch over CouchDB and send emails via http://documentation.mailgun.net/user_manual.html#sending-via-api would be good. Honestly if it could be as integrated (as Futon) for new user signups and email confirmation, that would be just awesome. So I'm still sitting here waiting fingers crossed to hear someone say that they've done it before! On Thu, Jan 24, 2013 at 9:51 PM, Travis Paul wrote: > I do the same - write an external service (usually node). I would also love > to know if there is a better way. > > > On Thu, Jan 24, 2013 at 10:36 PM, Jeff Charette wrote: > > > I second that question. I've always thought I would build a external > > service in node or PHP when I got there, but it would be nice to use a > > service that handles newsletter style mail outs as well with large > contact > > lists and archiving of HTML versions. Maybe a analytics API as well to > get > > bounce rate and such. Thoughts anyone? > > > > Jeff Charette | Principal > > We Are Charette > > web / identity / packaging > > > > m 415.298.2707 > > w wearecharette.com > > e jeffrey@wearecharette.com > > > > On Jan 24, 2013, at 9:51 PM, Pulkit Singhal > > wrote: > > > > > What are some good external tools / processes that can be integrated > with > > > the _users DB for CouchDB and used to send out confirmation emails for > > new > > > user registrations? > > > --20cf30334dd554183104d41502d7--