From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.230.68 with SMTP id jl4cs112260qcb; Tue, 22 Nov 2011 17:10:52 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCNaNk_6FBhCYkLH2BBoEynWIRA@googlegroups.com designates 10.224.197.196 as permitted sender) client-ip=10.224.197.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCNaNk_6FBhCYkLH2BBoEynWIRA@googlegroups.com designates 10.224.197.196 as permitted sender) smtp.mail=rack-devel+bncCNaNk_6FBhCYkLH2BBoEynWIRA@googlegroups.com; dkim=pass header.i=rack-devel+bncCNaNk_6FBhCYkLH2BBoEynWIRA@googlegroups.com Received: from mr.google.com ([10.224.197.196]) by 10.224.197.196 with SMTP id el4mr14148183qab.8.1322010651010 (num_hops = 1); Tue, 22 Nov 2011 17:10:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:date:user-agent :x-http-useragent:message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=DOyrlbLhYmb//4lRJx4i3C531ntcRoAmGXY1qeR5c1g=; b=7F2D8Q5uFYAT3B7MCJWsgUjCh5aBBwAAYXFo7ZTPr6Mm/7p5+b6tLYzCwZK24i3RH/ yDnyOoOKfhXF0eCmOvyrPvGGMtkDag/fIvcMJTmx87EabVWZcGR9VzTuOw+u3cjo0SK7 Pb03JdrOpEoU7H7zxU2wy8gbEnRictT/frAOY= Received: by 10.224.197.196 with SMTP id el4mr4500273qab.8.1322010648413; Tue, 22 Nov 2011 17:10:48 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.229.161.68 with SMTP id q4ls3455328qcx.0.gmail; Tue, 22 Nov 2011 17:10:47 -0800 (PST) Received: by 10.224.187.197 with SMTP id cx5mr9160963qab.1.1322010647833; Tue, 22 Nov 2011 17:10:47 -0800 (PST) Received: by 10.224.137.16 with SMTP id u16msqat; Tue, 22 Nov 2011 12:31:22 -0800 (PST) Received: by 10.224.198.6 with SMTP id em6mr8720103qab.0.1321993882691; Tue, 22 Nov 2011 12:31:22 -0800 (PST) Received: by 10.224.198.6 with SMTP id em6mr8720102qab.0.1321993882683; Tue, 22 Nov 2011 12:31:22 -0800 (PST) Received: from mail-qw0-f62.google.com (mail-qw0-f62.google.com [209.85.216.62]) by gmr-mx.google.com with ESMTPS id y8si6785940qcq.0.2011.11.22.12.31.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Nov 2011 12:31:22 -0800 (PST) Received-SPF: neutral (google.com: 209.85.216.62 is neither permitted nor denied by domain of eric@pixelwareinc.com) client-ip=209.85.216.62; Received: by qabg27 with SMTP id g27so939358qab.7 for ; Tue, 22 Nov 2011 12:31:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.185.79 with SMTP id cn15mr4263220qab.5.1321993882072; Tue, 22 Nov 2011 12:31:22 -0800 (PST) Received: by n35g2000yqf.googlegroups.com with HTTP; Tue, 22 Nov 2011 12:31:22 -0800 (PST) Date: Tue, 22 Nov 2011 12:31:22 -0800 (PST) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2,gzip(gfe) Message-ID: <60ad5cd6-f6d5-49d7-8e6e-3773b1ada8b6@n35g2000yqf.googlegroups.com> Subject: [ANN] rack_mailer - A simple form mailer for any rack-compatible webapp From: Eric Anderson To: Rack Development X-Original-Sender: eric@pixelwareinc.com X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.216.62 is neither permitted nor denied by domain of eric@pixelwareinc.com) smtp.mail=eric@pixelwareinc.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Just wanted to post a note about a rack module I created that acts as a form mailer sending the data in a web form with very minimal configuration needed. https://github.com/eric1234/rack_mailer I actually created it a while back but recently did some refactoring to make it flexible and robust enough for general usage. You can find our more at the URL if you are interested. It has been useful to me so figured I would post a little info in case it is useful to others. Thanks! Eric