Just an FYI, The email attatchment problem has been fixed with SP2 and the FTF builds.
I've successfully sent email with 32 attachments through the Tango server. However, the larger the attachments, the longer it takes to send out. Rick Sanders Webenergy Kitchener - Waterloo:(519) 741-2117 www.webenergy-sw.com ----- Original Message ----- From: "Witango" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 30, 2004 12:39 PM Subject: RE: Witango-Talk: Mail Attachments > I will try this. > > Thanks so much Roland. > > - Vic > > -----Original Message----- > From: Roland Dumas [mailto:[EMAIL PROTECTED] > Sent: July 30, 2004 12:30 PM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: Mail Attachments > > attaching an arbitrary number is a little more difficult. > > Maybe creating a routine that actually writes a taf and then calls it. > You'd write the XML and the <@rows Array=xxx> writes the parameterItem > list. Then the next step calls this taf. a bit of a kludge, but you'd > end up with the ability to have a variable number of attachments. > > <!--Program actions--> > <Actions> > <MailAction ID="Mail" Sig="mail"> > <From>[EMAIL PROTECTED]</From> > <To>[EMAIL PROTECTED]</To> > <Subject>subject line</Subject> > <Body /> > <ContentType>text/plain</ContentType> > <CharacterSet>iso-8859-1</CharacterSet> > <Wrap>72</Wrap> > <ParameterList> > <ParameterItem>file1.txt</ParameterItem> > <ParameterItem>file2.txt</ParameterItem> > </ParameterList> > </MailAction> > </Actions> > > <!--Data sources--> > <DataSources /> > > <!--Output blocks--> > <Outputs /> > > > > > > On Jul 30, 2004, at 9:09 AM, Witango wrote: > > > So would W5 let me somehow loop through an array 'n' number of times > > and > > attach 'n' number of files within a single mail action? If yes, I will > > upgrade. > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
