Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 87098 invoked from network); 5 May 2005 17:48:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2005 17:48:12 -0000 Received: (qmail 99371 invoked by uid 500); 5 May 2005 17:48:40 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 99318 invoked by uid 500); 5 May 2005 17:48:40 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 99150 invoked by uid 99); 5 May 2005 17:48:37 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_50_60,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of akolkar@us.ibm.com designates 32.97.182.144 as permitted sender) Received: from e4.ny.us.ibm.com (HELO e4.ny.us.ibm.com) (32.97.182.144) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 05 May 2005 10:48:36 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e4.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j45Hjtk5010621 for ; Thu, 5 May 2005 13:45:56 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j45Hjt8Y082150 for ; Thu, 5 May 2005 13:45:55 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j45HjtQm023401 for ; Thu, 5 May 2005 13:45:55 -0400 Received: from d01ml605.pok.ibm.com (d01ml605.pok.ibm.com [9.56.227.91]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j45HjtwZ023394 for ; Thu, 5 May 2005 13:45:55 -0400 In-Reply-To: To: "Tag Libraries Developers List" MIME-Version: 1.0 Subject: Re: New version of Mailer tag X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Rahul P Akolkar Date: Thu, 5 May 2005 13:45:51 -0400 X-MIMETrack: Serialize by Router on D01ML605/01/M/IBM(Build V70_M4_01112005 Beta 3|January 11, 2005) at 05/05/2005 13:45:55, Serialize complete at 05/05/2005 13:45:55 Content-Type: multipart/alternative; boundary="=_alternative 0061957185256FF8_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 0061957185256FF8_= Content-Type: text/plain; charset="US-ASCII" Hi Pete, Based on your description, I would recommend making two separate enhancement requests in bugzilla [ http://jakarta.apache.org/taglibs/#Bugs ]. You should also attach the relevant patches you authored with those requests. Also, based on the pre-requisite that you're convinced some tag was designed to work with pooling and it does not, then you may also report a separate bug for that issue. After that, the appropriate person [maybe one of the folks listed at the bottom of this page- http://jakarta.apache.org/taglibs/doc/mailer-doc/intro.html ] will probably respond. Thanks! -Rahul On 5/5/05, pete.storey@kisstechnologies.co.uk wrote: > Hi, > having been using the Mailer taglib for some while to send out all the > emails from our sites and it has become obvious that there are a number of > limitations and problems with it, specifically: > > - You cannot produce a multi-part plain text and HTML email. This means > you can send decent mails and help them get through spam filters by > avoiding obvious problems (eg HTML only mails).[Feature] > - Attaching files seems to conflict with Tomcat's tag pooling, so if you > attach a file then every time the tag is run, the file is attached an > extra time to the email, thus by say the 5th run of it, there are 5 > attachments of the same file. [Bug] > - You cannot set the filename of a file you attach to an arbitrary one. > This means if you are attaching from a URL say with some parameters, you > get a pretty nasty filename. [Feature] > > To this end, I have written the necessary code to achieve the features and > fix the bug. It has meant changing MailTag, MessageTag, AttachTag and > SendTag, as well as adding an attribute to the taglib.tld for the > AttachTag (called filename). The new version works exactly the same as > before but you can now put one or two message tags within the body of the > mail tag: > > > > a@b.com > a@b.com > Subject > > > > This is a test email message. > > > > > > > >

This is a test email message.

> > > >
> > > http://localhost/getmyfiletosend.html?fileId=123 > > > > >
> > What I don't know is how to contribute these features. Anyone got any > help here or can someone do it for me? I guess it's really a new point > version rather than a patch, though it is of course backwards compatible. > > cheers > Pete > > Kiss Technologies > > http://www.kisstechnologies.co.uk/ > > ** Please note, we have moved! ** > 131/132 High Holborn > London > WC1V 6PU > > Phone numbers: > > Phone 020 7692 9922 > Fax 020 7692 9923 > Out of hours > Support phone 020 7692 9933 > --=_alternative 0061957185256FF8_=--