From owner-freebsd-questions@FreeBSD.ORG Sun Aug 16 06:43:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F896106568D for ; Sun, 16 Aug 2009 06:43:05 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC8C8FC15 for ; Sun, 16 Aug 2009 06:43:04 +0000 (UTC) Received: from tim-kellerss-macbook-pro.local (www.smsd.tv [96.57.143.18]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KOG00GTPINRLU50@mta3.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 16 Aug 2009 02:43:04 -0400 (EDT) Date: Sun, 16 Aug 2009 02:43:03 -0400 From: Tim Kellers In-reply-to: <20090816040944.GA51282@thought.org> To: Gary Kline Message-id: <4A87AA77.3010504@wallnet.com> MIME-version: 1.0 References: <20090815234920.GA9094@thought.org> <6201873e0908152007o5d0e3778w3aba9869018fa9cf@mail.gmail.com> <20090816040944.GA51282@thought.org> User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: script to send out a dozen letters? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2009 06:43:05 -0000 Gary Kline wrote: > On Sat, Aug 15, 2009 at 10:07:15PM -0500, Adam Vande More wrote: > >> On Sat, Aug 15, 2009 at 6:49 PM, Gary Kline wrote: >> >> >>> if there are tools to do this, please point me at them, but i >>> want to send out a snail and/or email|HTML|whatever to a handful >>> of companies that i hope to find online. >>> >>> I'm guessing the inside address would me something like >>> >>> Company Name >>> Address >>> Company Email >>> >>> Attn Mr. Smith: >>> >>> [my canned letter] >>> >>> >>> i forget if the inside address is before the recipient >>> address--I *think* so. is there a way of having date output >>> the format "15 August, 2009" rather than my usual, 15aug09? >>> >>> I am pretty sure these people are most accustomed to GUI/html >>> mail, so is there a way of invoking evo with html capability? >>> >>> if there are web pointers on this, puleeze clue me in! >>> >>> thanks much, >>> >>> gary >>> >>> -- >>> Gary Kline kline@thought.org http://www.thought.org Public Service >>> Unix >>> http://jottings.thought.org http://transfinite.thought.org >>> >>> Not entirely clear on you goal here, but if this is a repetitive thing any >>> >> of the major scripting lang Perl,PHP,Python etc is easily up to the task. >> Otherwise OpenOffice merge works great too once you get the hang of it. >> >> > > i'm thinking of a /bin/sh script. if $1@ caputures a whole line, > that would grab, say > > 123 Main Street > > and $2@ would grab > > York, PA 12345-6789 > > > > Actually, I'm trying to figure out something I can reuse if and > when necessary, including applying for a JOB!! whatever.... > > tx, > > gary > > > > > >> -- >> Adam Vande More >> > > t may be a bit of overkill, but you might want to take a look at a customer relationship manager (CRM). Both vtiger and sugarcrm are in ports (the lastest version of vtiger 5.1 is not yet in the ports, but it is a snap ti install, anyway). You have the ability to maintain Contacts and Leads, create merged e-mail templates and other custom templates in vtiger, and it is so flexible you can hack up the code to make it do just about anything you can think of without going nuts trying to figure out how the program does what it does. You need Apache, php5 with some simple extensions, and MySQL (PostgresQL is coming soon). vtiger 5.1 also has an html e-mal editor built in and produces very servicable output. Leads would be your job prospects, Contacts would be your Leads that actually produced a dialogue. I've adapted it to handle Student marketing enquiries and do customized bulk e-mailings where I work and it is very easy to set-up and use. Tim Kellers CPE/NJIT