From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.77.150 with SMTP id g22cs165464qck; Thu, 8 Dec 2011 09:05:43 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com designates 10.236.157.169 as permitted sender) client-ip=10.236.157.169; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com designates 10.236.157.169 as permitted sender) smtp.mail=rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com; dkim=pass header.i=rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com Received: from mr.google.com ([10.236.157.169]) by 10.236.157.169 with SMTP id o29mr5433139yhk.20.1323363939465 (num_hops = 1); Thu, 08 Dec 2011 09:05:39 -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:in-reply-to:references :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:content-transfer-encoding; bh=KMKXt8ls1zm5hLm1DUZD4cFq+wCyP4u73oeUtOe3IP4=; b=SI9j80DsmIPwkh3//z3FWEzRkOWXModm0ttWd6u8yXm6MFZ4Ax9Qf7pL3FvWx/ChzI DmIYQXlyqr7huqqRlZGQmhSbP3FxVT9nbGGZMGJg3BNGOkB7e2L4iuau61VaDZA9+3Wx 4ZLmvTsvSo5Ufvj0hNwYCpC6UHwnN739yWq3w= Received: by 10.236.157.169 with SMTP id o29mr1580844yhk.20.1323363936887; Thu, 08 Dec 2011 09:05:36 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.150.1.2 with SMTP id 2ls6103042yba.1.gmail; Thu, 08 Dec 2011 09:05:36 -0800 (PST) Received: by 10.236.156.98 with SMTP id l62mr6595059yhk.4.1323363936166; Thu, 08 Dec 2011 09:05:36 -0800 (PST) Received: by 10.150.195.7 with SMTP id s7msybf; Thu, 8 Dec 2011 07:34:25 -0800 (PST) Received: by 10.100.246.2 with SMTP id t2mr1065363anh.23.1323358465253; Thu, 08 Dec 2011 07:34:25 -0800 (PST) Received: by 10.100.246.2 with SMTP id t2mr1065362anh.23.1323358465234; Thu, 08 Dec 2011 07:34:25 -0800 (PST) Received: from mail-yx0-f184.google.com (mail-yx0-f184.google.com [209.85.213.184]) by gmr-mx.google.com with ESMTPS id z19si1179637ybe.3.2011.12.08.07.34.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Dec 2011 07:34:25 -0800 (PST) Received-SPF: pass (google.com: domain of resplence@gmail.com designates 209.85.213.184 as permitted sender) client-ip=209.85.213.184; Received: by yenl2 with SMTP id l2so2432306yen.1 for ; Thu, 08 Dec 2011 07:34:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.131.110 with SMTP id l74mr1397391yhi.19.1323358465161; Thu, 08 Dec 2011 07:34:25 -0800 (PST) Received: by f5g2000yqg.googlegroups.com with HTTP; Thu, 8 Dec 2011 07:34:25 -0800 (PST) Date: Thu, 8 Dec 2011 07:34:25 -0800 (PST) In-Reply-To: <60ad5cd6-f6d5-49d7-8e6e-3773b1ada8b6@n35g2000yqf.googlegroups.com> References: <60ad5cd6-f6d5-49d7-8e6e-3773b1ada8b6@n35g2000yqf.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0.1) Gecko/20100101 Firefox/8.0.1,gzip(gfe) Message-ID: Subject: Re: rack_mailer - A simple form mailer for any rack-compatible webapp From: oilpastels To: Rack Development X-Original-Sender: resplence@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of resplence@gmail.com designates 209.85.213.184 as permitted sender) smtp.mail=resplence@gmail.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 Content-Transfer-Encoding: quoted-printable Good job, it looks very promising. Do you have any idea if it would work in a sinatra app on heroku? On Nov 22, 6:31=A0pm, Eric Anderson wrote: > 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. > > =A0 =A0https://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