Re: [WebDNA] Emailer breaking format

This WebDNA talk-list message is from

2015


It keeps the original formatting.
numero = 112216
interpreted = N
texte = --Apple-Mail-1982D079-18B0-4BF1-B87C-E544B355E28C Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The disadvantage is that you're doing some kind of workaround for some unkno= wn buggy situation. So on principal, I prefer to do things in a way that doe= sn't require a kludge or extra processing (the raw tag). Also, like Brian, I= prefer to set variables that I can easily check in a listvariables loop, wh= ich is something (along with formvariables and listcookies) that appears in a= development-only area at the bottom of all my pages. In fact, I'll often se= t a text variable for something like a sendmail or search context itself jus= t to see what's really showing up. Terry Sent from my iPad > On Mar 25, 2015, at 11:47 AM, Steve Raslevich wrote: >=20 > True. Do you think there is a disatvantage the way I've been using [raw],= [/raw] within the [founditems] within [sendmail] ?=20 >=20 > Terry Wilson wrote: >>=20 >> It doesn't cost anything. The founditems loop is just moved up a few line= s. >>=20 >> [text]bccaddresses=3D[founditems][EMAILADDRESS],[/founditems][/text] >>=20 >> [SendMail to=3Dcustomer@abc.com&bcc=3D[bccaddresses]&from=3Dsupport@xyz&s= ubject=3Dsend to many&Content-Type=3Dtext/html] >>=20 >> Terry >>=20 >> On Mar 25, 2015, at 10:51 AM, Steve Raslevich wrote: >>=20 >> =20 >>> Hi Terry >>>=20 >>> Seems to work fine if the addys are in a single variable but would add a= nother step in the send process as [founditems] would now need to run before= the [sendmail] to set a variable with a given group of addys.=20 >>>=20 >>> =20 >>>> Shingles is better now, thanks, what with a prescribed pain killer. >>>> =20 >>>>=20 >>>> Topical Lydocaine helped me a lot >>>> =20 >>>=20 >>>=20 >>>=20 >>> Terry Wilson wrote: >>> =20 >>>> I guess I glossed over the 30K pieces of mail part. Yes, that would dra= g on forever. >>>>=20 >>>> I have a site where people can enter two email addresses, separated wit= h a comma, in the email field and it seems to work okay. So that's a comma c= oming out of a database. I know yours is hard coded within a founditems loop= ; just don't know what the difference would be. Have you tried setting a var= iable with all the addys just before the sendmail and using that instead? Mi= ght work? >>>>=20 >>>> Shingles is better now, thanks, what with a prescribed pain killer. >>>>=20 >>>> Terry >>>>=20 >>>> On Mar 24, 2015, at 12:50 PM, Steve Raslevich=20 >>>> >>>> wrote: >>>>=20 >>>> =20 >>>>=20 >>>> =20 >>>>> Hi Terry, >>>>>=20 >>>>> Sorry to hear you are dealing with shingles and ditto on recommendatio= n to others speaking from experience as well. >>>>>=20 >>>>> I originally sent 30000 emails one by one - took hours. Breaking into= groups in only takes minutes. Taxing on WebDNA and our mail server. >>>>>=20 >>>>> I found the [raw],[/raw] fix after discovering that only the first ema= il was sent if I only put a comma between the emailaddress within a [foundit= ems] loop and if I manually typed in multiple addresses separated by a comma= then all were sent. >>>>>=20 >>>>> Hope you are feeling better soon. >>>>>=20 >>>>> Steve >>>>>=20 >>>>> Terry Wilson wrote: >>>>> =20 >>>>>=20 >>>>> =20 >>>>>> This isn't how I handle such multiple emails. I do it thusly: >>>>>>=20 >>>>>> search >>>>>> founditems >>>>>> sendmail >>>>>> /sendmail >>>>>> /founditems >>>>>> /search >>>>>>=20 >>>>>> Why not try that. For some reason, early on I figured it was just cle= aner to send individual emails. Or maybe it was breaking on a bad email; I r= eally don't remember that far back. That also gives you a chance to grab oth= er variables from the founditems loop, like "Hello [firstname],". Makes no d= ifference to the mail server. Or perhaps it makes it easier for the mail ser= ver; I wouldn't know about that. For sure it will take WebDNA longer to proc= ess the page. But so what. >>>>>>=20 >>>>>> As for the comma, that's just bizarre. I use commas all the time, no p= roblem (but they aren't within a founditems loop). BCC,CC,Sender,Reply-to.. u= se them all; never seen a problem. Even more curious - how did you come up w= ith the idea to even try [raw]? That's like wondering how anyone ever came u= p with the idea of cooking an artichoke bud. >>>>>>=20 >>>>>> BTW anyone who ever had chicken pox should get the shingles vaccine. Y= ou can guess why I'm sending this advice... >>>>>>=20 >>>>>> Terry >>>>>>=20 >>>>>> On Mar 24, 2015, at 10:57 AM, Kenneth Grome >>>>>> >>>>>> wrote: >>>>>>=20 >>>>>> =20 >>>>>> =20 >>>>>>=20 >>>>>> =20 >>>>>>> These are good things to know. >>>>>>>=20 >>>>>>> I think they should be added to the documentation since they are >>>>>>> clearly unexpected behavior, at least for many of us. >>>>>>>=20 >>>>>>> Regards, >>>>>>> Kenneth Grome >>>>>>> WebDNA Solutions >>>>>>>=20 >>>>>>> http://www.webdnasolutions.com >>>>>>>=20 >>>>>>> Web Database Systems and Linux Server Management >>>>>>>=20 >>>>>>>=20 >>>>>>> On 03/24/2015 11:01 AM, Steve Raslevich wrote: >>>>>>> =20 >>>>>>> =20 >>>>>>>=20 >>>>>>> =20 >>>>>>>> I have no idea for the behavior but do know that only the first BCC= >>>>>>>> email address will be sent if the comma separating the addresses in= a >>>>>>>> [founditems] is now within [raw] >>>>>>>>=20 >>>>>>>> Another finding about sending to multiple addresses with [sendmail]= is >>>>>>>> that if one email address is an invalid formatted address, the emai= l is >>>>>>>> not sent to any of the addresses. >>>>>>>>=20 >>>>>>>> I send out an email newsletter to @ 30,000 addresses and break the >>>>>>>> sending down to groups of 35 - 50. >>>>>>>>=20 >>>>>>>> Kenneth Grome wrote: >>>>>>>> =20 >>>>>>>> =20 >>>>>>>>=20 >>>>>>>> =20 >>>>>>>>>> Ken, only the comma is in the raw context. no space: >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>>> =20 >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>> But I still do not understand why [raw],[/raw] would modify the >>>>>>>>> comma (or the code around it) in any way, much less in a way that >>>>>>>>> would cause the sendmail to work properly with it but not without i= t. >>>>>>>>>=20 >>>>>>>>> Apparently it has some kind of reaction with the founditems? Does= >>>>>>>>> it introduce an invisible character or something? >>>>>>>>>=20 >>>>>>>>> Regards, >>>>>>>>> Kenneth Grome >>>>>>>>> WebDNA Solutions >>>>>>>>>=20 >>>>>>>>> http://www.webdnasolutions.com >>>>>>>>>=20 >>>>>>>>> Web Database Systems and Linux Server Management >>>>>>>>>=20 >>>>>>>>>=20 >>>>>>>>> On 03/24/2015 10:41 AM, Steve Raslevich wrote: >>>>>>>>>=20 >>>>>>>>> =20 >>>>>>>>> =20 >>>>>>>>>=20 >>>>>>>>> =20 >>>>>>>>>> Ken, only the comma is in the raw context. no space: >>>>>>>>>>=20 >>>>>>>>>> If not using [founditems] and sending to multiple BCC or TO's the= syntax >>>>>>>>>> would look like this: >>>>>>>>>>=20 >>>>>>>>>> [SendMail >>>>>>>>>>=20 >>>>>>>>>> to=3Dcustomer@abc.com&bcc=3Daddy1@example.com,addy2@example.com,a= ddy3@example.com&from=3Dsupport@xyz&subject=3Dsend >>>>>>>>>>=20 >>>>>>>>>> tomany&Content-Type=3Dtext/html] >>>>>>>>>>=20 >>>>>>>>>> [SendMail >>>>>>>>>>=20 >>>>>>>>>> to=3Dcustomer@abc.com&bcc=3D >>>>>>>>>> [founditems][EMAILADDRESS][raw],[/raw][/founditems]&from=3Dsuppor= t@xyz&subject=3Dsend >>>>>>>>>> tomany&Content-Type=3Dtext/html] >>>>>>>>>>=20 >>>>>>>>>>=20 >>>>>>>>>>=20 >>>>>>>>>> Kenneth Grome wrote: >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>>> =20 >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>>>>>> Had the same problem with BCC, wrapping the , (comma) in [raw= ] >>>>>>>>>>>>> required between the BCC addresses fixed it for me. Also works= >>>>>>>>>>>>> for TO: >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>> Good tip, thanks Steve. >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>>> =20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>> I wish I could understand how this works. Putting something >>>>>>>>>>> inside a raw context is not supposed to change it. The raw >>>>>>>>>>> context encloses only two chars, a comma and a space, correct? >>>>>>>>>>>=20 >>>>>>>>>>> Regards, >>>>>>>>>>> Kenneth Grome >>>>>>>>>>> WebDNA Solutions >>>>>>>>>>>=20 >>>>>>>>>>> http://www.webdnasolutions.com >>>>>>>>>>>=20 >>>>>>>>>>> Web Database Systems and Linux Server Management >>>>>>>>>>>=20 >>>>>>>>>>>=20 >>>>>>>>>>> On 03/23/2015 05:56 PM, Stuart Tremain wrote: >>>>>>>>>>>=20 >>>>>>>>>>>=20 >>>>>>>>>>> =20 >>>>>>>>>>> =20 >>>>>>>>>>>=20 >>>>>>>>>>> =20 >>>>>>>>>>>> Kind regards >>>>>>>>>>>>=20 >>>>>>>>>>>> Stuart Tremain >>>>>>>>>>>> IDFK Web Developments >>>>>>>>>>>> AUSTRALIA >>>>>>>>>>>>=20 >>>>>>>>>>>> webdna@idfk.com.au >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>>> =20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>>>> On 24 Mar 2015, at 09:09, Steve Raslevich >>>>>>>>>>>>> < >>>>>>>>>>>>> WebDNA@northernsoundandlight.com >>>>>>>>>>>>> >>>>>>>>>>>>> =20 >>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>> =20 >>>>>>>>>>>>> Hello Stuart, >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>> =20 >>>>>>>>>>> =20 >>>>>>>>>>>=20 >>>>>>>>>>> =20 >>>>>>>>>>>>> [SendMail >>>>>>>>>>>>>=20 >>>>>>>>>>>>> to=3Dcustomer@abc.com&bcc=3D >>>>>>>>>>>>> [founditems][EMAILADDRESS][raw], >>>>>>>>>>>>> [/raw][/founditems]&from=3Dsupport@xyz&subject=3Dsend to >>>>>>>>>>>>> many]&Content-Type=3Dtext/html] >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> Stuart Tremain wrote: >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>> Are you sending one email to one recipient or one email to ma= ny >>>>>>>>>>>>>> recipients ? >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> I had a problem with the latter, making it one to one solved >>>>>>>>>>>>>> the problem, but I don=E2=80=99t know what was causing it. >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Kind regards >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Stuart Tremain >>>>>>>>>>>>>> IDFK Web Developments >>>>>>>>>>>>>> AUSTRALIA >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> webdna@idfk.com.au >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> =20 >>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> On 20 Mar 2015, at 12:13, Diane Blackmore >>>>>>>>>>>>>>> < >>>>>>>>>>>>>>> diane@cohesion.co.nz >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> Hi >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Frequently, and increasingly, the Emailer seems to be breaki= ng >>>>>>>>>>>>>>> the format of the emails resulting in garbled receipts etc >>>>>>>>>>>>>>> being sent to customers of our clients. This is happening no= w >>>>>>>>>>>>>>> more often than not - 20-30 times a day in one case, and nee= ds >>>>>>>>>>>>>>> to be resolved so I=E2=80=99d be interested if anyone knows o= f >>>>>>>>>>>>>>> anything buggy here. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> The files that Emailer is sending are fine both before and >>>>>>>>>>>>>>> after sending. The content of the email contains html and so= >>>>>>>>>>>>>>> is being sent as file that is written to the EmailFolder - I= >>>>>>>>>>>>>>> stress that the format of the email can=E2=80=99t be at issu= e as it >>>>>>>>>>>>>>> often comes through OK. It tends to happen more on larger >>>>>>>>>>>>>>> files, but none of them contain anything more than 11kb. >>>>>>>>>>>>>>> Images are absolute ref=E2=80=99d back to the server etc so n= o images >>>>>>>>>>>>>>> are bing sent. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> It could be that the problem is not with Emailer but is >>>>>>>>>>>>>>> instead breaking down between Emailer and the localhost mail= >>>>>>>>>>>>>>> server (not sure what we're using for this but its on the sa= me >>>>>>>>>>>>>>> server somewhere). >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> WebDNA version is *unix-Linux Intel Apache Module version >>>>>>>>>>>>>>> 6.2.1* on Ubuntu 12.04.5 LTS (GNU/Linux 3.12.27-xenU x86_64)= , >>>>>>>>>>>>>>> Apache2, >>>>>>>>>>>>>>> Package updates etc were run last week but the problem exist= ed >>>>>>>>>>>>>>> before then. Emailer is set to send every 20 ticks, and is >>>>>>>>>>>>>>> not really busy. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> It has been suggested that we could replace Emailer with >>>>>>>>>>>>>>> something that does the same job but I=E2=80=99d be interest= ed to find >>>>>>>>>>>>>>> out if there=E2=80=99s a quicker fix before I go down that b= umpy path. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> To: Sandra Hillyard< >>>>>>>>>>>>>>> shillyard@xtra.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> From: "Best Blooms Florist"< >>>>>>>>>>>>>>> website@bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Subject: Best Blooms Florist Receipt >>>>>>>>>>>>>>> BCC:=20 >>>>>>>>>>>>>>> diane@cohesion.co.nz >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Organization: Best Blooms Florist >>>>>>>>>>>>>>> MIME-Version: 1.0 >>>>>>>>>>>>>>> Content-Type: multipart/alternative; >>>>>>>>>>>>>>> boundary=3D"----=3D_NextPart_01jvh893459rhw" >>>>>>>>>>>>>>> X-Priority: 3 >>>>>>>>>>>>>>> X-MSMail-Priority: Normal >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> This is a multi-part message in MIME format. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> ------=3D_NextPart_01jvh893459rhw >>>>>>>>>>>>>>> Content-Type: text/plain; >>>>>>>>>>>>>>> charset=3D"iso-8859-1" >>>>>>>>>>>>>>> Content-Transfer-Encoding: 7bit >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> This message is in a format that cannot be read by your emai= l >>>>>>>>>>>>>>> software. Time to upgrade! >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> ------=3D_NextPart_01jvh893459rhw >>>>>>>>>>>>>>> Content-Type: text/html; >>>>>>>>>>>>>>> charset=3D"iso-8859-1" >>>>>>>>>>>>>>> Content-Transfer-Encoding: 7bit >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Best Blooms Florist >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center" style=3D"padding:5px 0;"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/phone.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"phone" border=3D"0" width=3D"39" height=3D"27"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> serif; font-size:20px;"> >>>>>>>>>>>>>>> +64-9 838 9058    >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> "https://www.facebook.com/BestBlooms" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/facebook.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"facebook" border=3D"0" width=3D"28" height=3D"27"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> "https://twitter.com/bestblooms" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/twitter.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"twitter" border=3D"0" width=3D"28" height=3D"27">= >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> href=3D >>>>>>>>>>>>>>> "https://plus.google.com/100788581903553617897/posts">>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"gplus" border=3D"0" width=3D"28" height=3D"27"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> "http://www.pinterest.com/bestblooms" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/pintrest.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"pintrest" border=3D"0" width=3D"28" height=3D"27"> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center" style=3D"border-top:13px solid #fff; >>>>>>>>>>>>>>> border-bottom:20px solid #fff;"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> ">>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/logo.png" >>>>>>>>>>>>>>> alt=3D"Best >>>>>>>>>>>>>>> Blooms" border=3D"0" width=3D"248" height=3D"106"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Visit our >>>>>>>>>>>>>>> website
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> " style=3D"color:#de2e28; >>>>>>>>>>>>>>> font-size:16px; text-decoration:none;"> >>>>>>>>>>>>>>> www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Order Ref. 42230
>>>>>>>>>>>>>>>

Tax Invoice Receipt

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> class=3D"tableForm"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Arrangement / AccessoryPriceQuantityCost
>>>>>>>>>>>>>> href=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/online/product_information.csn?= productid=3D1132151" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> Hot >>>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> Pink and Purple Bouquet - Standard
$80.001$80.00
>>>>>>>>>>>>>> style=3D"background:#fff;text-align:right;">Sub-Total:$80.00
>>>>>>>>>>>>>> style=3D"background:#fff;text-align:right;">Signature Card:<= /td> >>>>>>>>>>>>>>> $0.00
>>>>>>>>>>>>>> style=3D"background:#fff;text-align:right;">Delivery:$0.00
Grand Total: >>>>>>>>>>>>>>> $80.00
>>>>>>>>>>>>>>>


* Prices are in New Zealand Dollars and >>>>>>>>>>>>>>> include Goods and Services Tax within New Zealand. GST Numbe= r >>>>>>>>>>>>>>> 94-374-936.

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

Delivery Details

>>>>>>>>>>>>>> border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"10= 0%"> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
Deliver To:Sandra Tudman
Delivery is= to >>>>>>>>>>>>>>> a Home
Address:85 Moyrus Cres

Dannemora >>>>>>>>>>>>>>>
Delivery Date:Friday 20 March 2015Contact Phone:0297788767
Special Instructions:Card Message:Dear Sandra Wishing you a speedy recovery Love Sandra& >>>>>>>>>>>>>>> David, Michael& Deanna, Mitchell& Jarrod xx
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

Your Details

>>>>>>>>>>>>>> cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Contact Name: *Sandra HillyardCompany Name:
Address:5 MItchell Street
Phone:0274593520
Suburb, Postcode:Blockhouse Bay 0600Mobile:0274593520
City:AucklandEmail: >>>>>>>>>>>>>>> shillyard@xtra.co.nz >>>>>>>>>>>>>>>
Country:New ZealandComments:Bright
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

Billing Details

>>>>>>>>>>>>>> cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
Payment Method:Credit CardTransaction ID:0036592961-01
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center" style=3D"border-top:15px solid #fff; >>>>>>>>>>>>>>> border-bottom:17px solid #fff;"> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> ">>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/logo_footer.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"Best Blooms" border=3D"0" width=3D"152" height=3D"65"= > >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
Best Blooms >>>>>>>>>>>>>>> Florist
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> 342 Great North Road, Henderson, Auckland 0612
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Phone: +64-9-838 9058
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> " style=3D"color:#575656; >>>>>>>>>>>>>>> text-decoration:none;"> >>>>>>>>>>>>>>> www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center"> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> ------=3D_NextPart_01jvh893459rhw-- >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> =20 >>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>> the mailing list >>>>>>>>>>> >>>>>>>>>>> . >>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>> >>>>>>>>>>>=20 >>>>>>>>>>> archives:=20 >>>>>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>=20 >>>>>>>>>>> Bug Reporting:=20 >>>>>>>>>>> support@webdna.us >>>>>>>>>> --------------------------------------------------------- >>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>> the mailing list >>>>>>>>>> >>>>>>>>>> . >>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>> >>>>>>>>>>=20 >>>>>>>>>> archives:=20 >>>>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>=20 >>>>>>>>>> Bug Reporting:=20 >>>>>>>>>> support@webdna.us >>>>>>>>> --------------------------------------------------------- >>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>> the mailing list >>>>>>>>> >>>>>>>>> . >>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>> >>>>>>>>>=20 >>>>>>>>> archives:=20 >>>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>=20 >>>>>>>>> Bug Reporting:=20 >>>>>>>>> support@webdna.us >>>>>>>> --------------------------------------------------------- >>>>>>>> This message is sent to you because you are subscribed to >>>>>>>> the mailing list >>>>>>>> >>>>>>>> . >>>>>>>> To unsubscribe, E-mail to: >>>>>>>> >>>>>>>>=20 >>>>>>>> archives:=20 >>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>=20 >>>>>>>> Bug Reporting:=20 >>>>>>>> support@webdna.us >>>>>>> --------------------------------------------------------- >>>>>>> This message is sent to you because you are subscribed to >>>>>>> the mailing list >>>>>>> >>>>>>> . >>>>>>> To unsubscribe, E-mail to: >>>>>>> >>>>>>>=20 >>>>>>> archives:=20 >>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>=20 >>>>>>> Bug Reporting:=20 >>>>>>> support@webdna.us >>>>>> --------------------------------------------------------- >>>>>> This message is sent to you because you are subscribed to >>>>>> the mailing list >>>>>> >>>>>> . >>>>>> To unsubscribe, E-mail to: >>>>>> >>>>>>=20 >>>>>> archives:=20 >>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>=20 >>>>>> Bug Reporting:=20 >>>>>> support@webdna.us >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list=20 >>>>> >>>>> . >>>>> To unsubscribe, E-mail to:=20 >>>>> >>>>>=20 >>>>> archives:=20 >>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>=20 >>>>> Bug Reporting:=20 >>>>> support@webdna.us >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list=20 >>>> >>>> . >>>> To unsubscribe, E-mail to:=20 >>>> >>>>=20 >>>> archives:=20 >>>> http://mail.webdna.us/list/talk@webdna.us >>>>=20 >>>> Bug Reporting:=20 >>>> support@webdna.us >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us --Apple-Mail-1982D079-18B0-4BF1-B87C-E544B355E28C Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
The disadvantage is that you're doing s= ome kind of workaround for some unknown buggy situation. So on principal, I p= refer to do things in a way that doesn't require a kludge or extra processin= g (the raw tag). Also, like Brian, I prefer to set variables that I can easi= ly check in a listvariables loop, which is something (along with formvariabl= es and listcookies) that appears in a development-only area at the bottom of= all my pages. In fact, I'll often set a text variable for something like a s= endmail or search context itself just to see what's really showing up.
=

Terry

Sent from my iPad

On Mar 25, 2= 015, at 11:47 AM, Steve Raslevich <WebDNA@northernsoundandlight.com> wrote:

<= blockquote type=3D"cite">
True. Do you think there is a disatvantage the way I've been using  [raw],[/raw] within the [founditems] within [sendmail] ?

Terry Wilson wrote:
It doesn't cost anything. The founditems loop is just moved= up a few lines.[text]bccaddresses=3D[founditems][EMAILADDRESS],[/founditems][/text][SendMail to=3Dcustomer@abc.com&bcc=3D[bccaddresses]&=from=3Dsupport@xyz&subject=3Dsend to many&Content-Type=3Dtext/html]TerryOn Mar 25, 2015, at 10:51 AM, Steve Raslevich <WebDNA@northernsou=ndandlight.com> wrote:  
Hi TerrySeems to work fine if the addys are in a single variable but would add anoth=er step in the send process as [founditems] would now need to run before the= [sendmail] to set a variable with a given group of addys.=20    
Shingles is better now, thanks, what with a prescribed p=ain killer. =20  Topical Lydocaine helped me a lot      
Terry Wilson wrote:    
I guess I glossed over the 30K pieces of mail part. Yes=, that would drag on forever.I have a site where people can enter two email addresses, separated with a c=omma, in the email field and it seems to work okay. So that's a comma coming= out of a database. I know yours is hard coded within a founditems loop; jus=t don't know what the difference would be. Have you tried setting a variable= with all the addys just before the sendmail and using that instead? Might w=ork?Shingles is better now, thanks, what with a prescribed pain killer.TerryOn Mar 24, 2015, at 12:50 PM, Steve Raslevich=20<WebDNA@northernsoundandlight.com> wrote: =20      
Hi Terry,Sorry to hear you are dealing with shingles and ditto on recommendation to o=thers speaking from experience as well.I originally sent 30000 emails one by one - took hours.  Breaking into group=s in only takes minutes. Taxing on WebDNA and our mail server.I found the [raw],[/raw] fix after discovering that only the first email was= sent if I only put a comma between the emailaddress within a [founditems] l=oop and if I manually typed in multiple addresses separated by a comma then a=ll were sent.Hope you are feeling better soon.SteveTerry Wilson wrote:   =20        
This isn't how I handle such multiple emails. I do i=t thusly:searchfounditemssendmail/sendmail/founditems/searchWhy not try that. For some reason, early on I figured it was just cleaner to= send individual emails. Or maybe it was breaking on a bad email; I really d=on't remember that far back. That also gives you a chance to grab other vari=ables from the founditems loop, like "Hello [firstname],". Makes no differen=ce to the mail server. Or perhaps it makes it easier for the mail server; I w=ouldn't know about that. For sure it will take WebDNA longer to process the p=age. But so what.As for the comma, that's just bizarre. I use commas all the time, no problem= (but they aren't within a founditems loop). BCC,CC,Sender,Reply-to.. use th=em all; never seen a problem. Even more curious - how did you come up with t=he idea to even try [raw]? That's like wondering how anyone ever came up wit=h the idea of cooking an artichoke bud.BTW anyone who ever had chicken pox should get the shingles vaccine. You can= guess why I'm sending this advice...TerryOn Mar 24, 2015, at 10:57 AM, Kenneth Grome&=lt;ken@webdnasolutions.com>  wrote: =20     =20          
These are good things to know.I think they should be added to the documentation since they areclearly unexpected behavior, at least for many of us.Regards,Kenneth GromeWebDNA Solutionsh=ttp://www.webdnasolutions.comWeb Database Systems and Linux Server ManagementOn 03/24/2015 11:01 AM, Steve Raslevich wrote:   =20       =20            
I have no idea for the behavior but do know tha=t only the first BCCemail address will be sent if the comma separating the addresses in a[founditems] is now within [raw]Another finding about sending to multiple addresses with [sendmail] isthat if one email address is an invalid formatted address, the email isnot sent to any of the addresses.I send out an email newsletter to @ 30,000 addresses and break thesending down to groups of 35 - 50.Kenneth Grome wrote:     =20         =20              
Ken, only the comma is in the raw context. n=o space:         =20             =20                  
But I still do not understand why [raw],[/raw=] would modify thecomma (or the code around it) in any way, much less in a way thatwould cause the sendmail to work properly with it but not without it.Apparently it has some kind of reaction with the founditems?  Doesit introduce an invisible character or something?Regards,Kenneth GromeWebDNA Solutionsh=ttp://www.webdnasolutions.comWeb Database Systems and Linux Server ManagementOn 03/24/2015 10:41 AM, Steve Raslevich wrote:       =20           =20                
Ken, only the comma is in the raw context. n=o space:If not using [founditems] and sending to multiple BCC or TO's the syntaxwould look like this:[SendMailto=3Dcustomer@abc.com&bcc=3Daddy1@example.=com,addy2@example.com,addy3@example.com&from=3Dsupport@xyz&subject=3D=sendtomany&Content-Type=3Dtext/html][SendMailto=3Dcustomer@abc.com&bcc=3D[founditems][EMAILADDRESS][raw],[/raw][/founditems]&from=3Dsupport@xyz&a=mp;subject=3Dsendtomany&Content-Type=3Dtext/html]Kenneth Grome wrote:         =20             =20                  
Had the same problem with BCC, wrappi=ng the  , (comma) in [raw]required between the BCC addresses fixed it for me. Also worksfor  TO:               =20                   =20                        
Good tip, thanks Steve.             =20                 =20                      
I wish I could understand how this works.=  Putting somethinginside a raw context is not supposed to change it.  The rawcontext encloses only two chars, a comma and a space, correct?Regards,Kenneth GromeWebDNA Solutionsh=ttp://www.webdnasolutions.comWeb Database Systems and Linux Server ManagementOn 03/23/2015 05:56 PM, Stuart Tremain wrote:           =20               =20                    
Kind regardsStuart TremainIDFK Web DevelopmentsAUSTRALIAweb=dna@idfk.com.au<mailto:webdna@idfk.com.au>             =20                 =20                      
On 24 Mar 2015, at 09:09, Steve Rasle=vich<WebDNA@northernsoundandlight.com<mailto:WebDNA@northernsoundandlight.com>                        
   wrote:                          
Hello Stuart,               =20                   =20                        
           =20               =20                    
[SendMailto=3Dcustomer@abc.com&bcc=3D[founditems][EMAILADDRESS][raw],[/raw][/founditems]&from=3Dsupport@xyz&subject=3Dsend tomany]&Content-Type=3Dtext/html]Stuart Tremain wrote:               =20                   =20                        
Are you sending one email to one re=cipient or one email to manyrecipients ?I had a problem with the latter, making it one to one solvedthe problem, but I don=E2=80=99t know what was causing it.Kind regardsStuart TremainIDFK Web DevelopmentsAUSTRALIAweb=dna@idfk.com.au<mailto:webdna@idfk.com.au>                 =20                     =20                          
On 20 Mar 2015, at 12:13, Diane B=lackmore<d=iane@cohesion.co.nz<mailto:diane@cohesion.co.nz>                            
   wrote:                              
HiFrequently, and increasingly, the Emailer seems to be breakingthe format of the emails resulting in garbled receipts etcbeing sent to customers of our clients. This is happening nowmore often than not - 20-30 times a day in one case, and needsto be resolved so I=E2=80=99d be interested if anyone knows ofanything buggy here.The files that Emailer is sending are fine both before andafter sending. The content of the email contains html and sois being sent as file that is written to the EmailFolder - Istress that the format of the email can=E2=80=99t be at issue as itoften comes through OK. It tends to happen more on largerfiles, but none of them contain anything more than 11kb.Images are absolute ref=E2=80=99d back to the server etc so no imagesare bing sent.It could be that the problem is not with Emailer but isinstead breaking down between Emailer and the localhost mailserver (not sure what we're using for this but its on the sameserver somewhere).WebDNA version is  *unix-Linux Intel Apache Module version6.2.1* on Ubuntu 12.04.5 LTS (GNU/Linux 3.12.27-xenU x86_64),Apache2,Package updates etc were run last week but the problem existedbefore then.  Emailer is set to send every 20 ticks, and isnot really busy.It has been suggested that we could replace Emailer withsomething that does the same job but I=E2=80=99d be interested to findout if there=E2=80=99s a quicker fix before I go down that bumpy path.Cheers,<CohesionSig_Diane12.gif><h=ttp://www.cohesion.co.nz/><h=ttp://www.cohesion.co.nz/>To: Sandra Hillyard<s=hillyard@xtra.co.nz<=mailto:shillyard@xtra.co.nz>                            
                              <=/pre>                            
From: "Best Blooms Florist"<website@bestblooms.co.nz=<mailto:website@bestblooms.co.nz>                            
                              <=/pre>                            
Subject: Best Blooms Florist Rece=iptBCC:=20d=iane@cohesion.co.nz<mailto:diane@cohesion.co.nz>Organization: Best Blooms FloristMIME-Version: 1.0Content-Type: multipart/alternative;boundary=3D"----=3D_NextPart_01jvh893459rhw"X-Priority: 3X-MSMail-Priority: NormalThis is a multi-part message in MIME format.------=3D_NextPart_01jvh893459rhwContent-Type: text/plain;charset=3D"iso-8859-1"Content-Transfer-Encoding: 7bitThis message is in a format that cannot be read by your emailsoftware. Time to upgrade!------=3D_NextPart_01jvh893459rhwContent-Type: text/html;charset=3D"iso-8859-1"Content-Transfer-Encoding: 7bit<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; "><title>Best Blooms Florist</title><style>@charset "UTF-8";/*Email Best Blooms*/body  {background-color:#f7f7f7;color:#4c4c4c;font-family: Arial, Helvetica, sans-serif;font-size: 13px;margin:0;padding:0;}a  {color:#4c4c4c;text-decoration:underline;}a:hover  {color:#de2e28;text-decoration:underline;}td, th{color:#4c4c4c;font-family: Arial, Helvetica, sans-serif;font-size:13px;}p  {padding:0;margin:0 0 14px 0;}h1{color:#de2e28;font-family:"Times New Roman", Times, serif;font-size: 30px;font-weight:normal;font-style:italic;padding:0;margin:0 0 18px 0;}h2{font-size: 30px;font-family:"Times New Roman", Times, serif;font-weight:normal;font-style:italic;padding:0;margin:0 0 18px 0;}h3{color:#de2e28;font-size: 22px;font-weight:normal;padding:0;margin:0 0 13px 0;}h4{font-size: 20px;padding:0;margin:0 0 10px 0;}h5{font-size:20px;font-weight:normal;padding:0;margin:0 0 10px 0;}h6{font-size:15px;font-weight:bold;padding:0;margin:0 0 3px 0;}table.tableForm{background:#b9e0df;-webkit-box-shadow: inset 0 0 50px 0 rgba(255,255,255,0.6),2px 2px 5px 0 rgba(0,0,0,0.7);-moz-box-shadow: inset 0 0 50px 0 rgba(255,255,255,0.6),2px 2px 5px 0 rgba(0,0,0,0.7);box-shadow:  inset 0 0 50px 0 rgba(255,255,255,0.6),2px 2px 5px 0 rgba(0,0,0,0.7);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;}table.tableForm label.error {display:block;color:#e73029;font-weight:bold;}table.tableForm textarea{font-size:12px;}table.tableForm th{color:#4c4c4c;font-size:14px;font-weight:normal;text-align:left;vertical-align:top;white-space:nowrap;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.1);padding:10px 7px 7px 11px;}table.tableForm td{color:#323232;font-size:13px;vertical-align:top;background:#f2f2f2;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.15);padding:7px 15px 7px 11px;}table.tableFormBB{background:#b9e0df;}table.tableFormBB th{color:#4c4c4c;font-size:14px;font-weight:normal;text-align:left;vertical-align:top;white-space:nowrap;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.1);padding:4px 7px 4px 11px;}table.tableFormBB td{color:#323232;font-size:13px;vertical-align:top;background:#fff;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.15);padding:4px 15px 4px 11px;}</style></head><body><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">=;<tr><td style=3D"background-color:#808080;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center" style=3D"padding:5px 0;"><tr><td><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"right"&g=t;<tr><td><img src=3D"http://www.bestblooms.co.nz/e_images/phone.png"alt=3D"phone" border=3D"0" width=3D"39" height=3D"27"></td><td style=3D"color:#fff; font-family:'Times New Roman', Times,serif; font-size:20px;">+64-9 838 9058&nbsp;&nbsp;&nbsp;</td><td><a href=3D"https://www.facebook.com/BestBlooms"                            
<img                              
src=3D"http://www.bestblooms.co.nz/e_images/facebook.png"alt=3D"facebook" border=3D"0" width=3D"28" height=3D"27"></a></td><td><a href=3D"=https://twitter.com/bestblooms"                            
<img                              
src=3D"http://www.bestblooms.co.nz/e_images/twitter.png"alt=3D"twitter" border=3D"0" width=3D"28" height=3D"27"></a></td><td><ahref=3D"https://plus.google.com/100788581903553617897/posts"><img src=3D"http://www.bestblooms.co.nz/e_images/gplu=s.png"alt=3D"gplus" border=3D"0" width=3D"28" height=3D"27"></a></td><!--<td><a href=3D"#"><img src=3D"images/linkedin.png" alt=3D"linkedin"border=3D"0" width=3D"28" height=3D"27"></a></td>--><td><a href=3D"http://www.pinterest.com/bestblooms"                            
<img                              
src=3D"http://www.bestblooms.co.nz/e_images/pintrest.png"alt=3D"pintrest" border=3D"0" width=3D"28" height=3D"27"></a></td></tr></table></td></tr></table></td></tr><tr><td style=3D"background-color:#ffffff;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center" style=3D"border-top:13px solid #fff;border-bottom:20px solid #fff;"><tr><td><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>"><imgsrc=3D"http://www.bestblooms.co.nz/e_images/logo.png" alt=3D"BestBlooms" border=3D"0" width=3D"248" height=3D"106"></a></td><td style=3D"vertical-align:bottom; text-align:right;"><div style=3D" color:#575656; font-size:14px;">Visit ourwebsite</div><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>" style=3D"color:#de2e28;font-size:16px; text-decoration:none;">w=ww.bestblooms.co.nz<=;http://www.bestblooms.co.nz/></a></td></tr></table></td></tr><tr><td style=3D"background-color:#f7f7f7;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center"><tr><td style=3D"padding:30px 0;"><!-- content --><h6 style=3D"float:right;">Order Ref. 42230</h6><h1>Tax Invoice Receipt</h1><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"class=3D"tableForm"><tr><th>Arrangement / Accessory</th><th style=3D"text-align:right;">Price</th><th style=3D"text-align:right;">Quantity</th><th style=3D"text-align:right;">Cost</th></tr><tr><td><ahref=3D"http://www.bestblooms.co.nz/=online/product_information.csn?productid=3D1132151"                            
Hot                              
Pink and Purple Bouquet - Standar=d<br></a></td><td style=3D"text-align:right;">$80.00</td><td style=3D"text-align:right;">1</td><td style=3D"text-align:right;">$80.00</td></tr><tr><td colspan=3D"3"style=3D"background:#fff;text-align:right;">Sub-Total:</td><td style=3D"text-align:right;background:#fff;">$80.00</td></tr><tr><td colspan=3D"3"style=3D"background:#fff;text-align:right;">Signature Card:</td><td style=3D"background:#fff;text-align:right;">$0.00</td></tr><tr><td colspan=3D"3"style=3D"background:#fff;text-align:right;">Delivery:</td><td style=3D"background:#fff;text-align:right;">$0.00</td></tr><tr><th colspan=3D"3" style=3D"text-align:Right;">Grand Total:</th><th style=3D"text-align:Right;">$80.00</th></tr></table><!-- .tableList --><p><br /><small>* Prices are in New Zealand Dollars andinclude Goods and Services Tax within New Zealand. GST Number94-374-936.</small></p><p><h2>Delivery Details</h2><TABLE class=3D"tableForm"border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"><TR valign=3Dtop><Th style=3D"width:16%;">Deliver To:</Th><TD style=3D"width:34%;">Sandra Tudman<br><small>Delivery i=s toa Home</small></TD><Th style=3D"width:16%;">Address:</th><TD style=3D"width:34%;">85 Moyrus Cres<BR><br>Dannemora&l=t;/TD></TR><TR valign=3Dtop><Th>Delivery Date:</Th><TD>Friday 20 March 2015</TD><Th>Contact Phone:</Th><TD>0297788767</TD></TR><TR valign=3Dtop><Th>Special Instructions:</Th><TD></TD><Th>Card Message:</Th><TD>Dear Sandra  Wishing you a speedy recovery Love Sandra&David, Michael&    Deanna, Mitchell&    Jarrod xx</TD></TR></table><p><h2>Your Details</h2><TABLE class=3D"tableForm" bord=er=3D"0"cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"><TR valign=3Dtop><Th style=3D"width:16%;">Contact Name: *</Th><TD style=3D"width:34%;">Sandra Hillyard</TD><Th style=3D"width:16%;">Company Name:</Th><TD style=3D"width:34%;"></TD></TR><TR valign=3Dtop><Th>Address:</th><TD>5 MItchell Street<BR></TD><th>Phone:</Th><TD>0274593520</TD></TR><TR valign=3Dtop><Th>Suburb, Postcode:</th><TD>Blockhouse Bay 0600</TD><th>Mobile:</Th><TD>0274593520</TD></TR><TR valign=3Dtop><Th>City:</Th><TD>Auckland</TD><th>Email:</Th><TD>s=hillyard@xtra.co.nz<mailto:shillyard@xtra.co.nz></TD></TR><TR valign=3Dtop><th>Country:</th><TD>New Zealand</TD><th>Comments:</th><TD>Bright</TD></TR></table><p><h2>Billing Details</h2><TABLE class=3D"tableForm" b=order=3D"0"cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"><TR valign=3Dtop><th style=3D"width:16%;">Payment Method:</th><TD style=3D"width:34%;">Credit Card</TD><th style=3D"width:16%;">Transaction ID:</th><TD style=3D"width:34%;">0036592961-01</TD></TR></table><!-- // content --></td></tr></table></td></tr><tr><td style=3D"background-color:#ffffff;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center" style=3D"border-top:15px solid #fff;border-bottom:17px solid #fff;"><tr><td><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>"><imgsrc=3D"http://www.bestblooms.co.nz/e_images/logo_footer.png"<=/a>alt=3D"Best Blooms" border=3D"0" width=3D"152" height=3D"65"></a></td><td style=3D"color:#575656; font-size:13px; text-align:right;"><div style=3D"color:#de2e28; font-size:20px;">Best BloomsFlorist</div>342 Great North Road, Henderson, Auckland 0612<br>Phone: +64-9-838 9058<br><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>" style=3D"color:#575656;text-decoration:none;">w=ww.bestblooms.co.nz<=;http://www.bestblooms.co.nz/></a></td></tr></table></td></tr><tr><td style=3D"background-color:#f7f7f7;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center"><tr><td style=3D"padding:15px 0;"><p style=3D" color:#9b9b9b; font-size:12px;"><!--Footer text.<a href=3D"#" style=3D"color:#9b9b9b;">Link</a&g=t;.Ut adipiscing, odio eget sagittis tempor, nunc nulla lobortiserat, ac tincidunt neque odio id nisi. Mauris eget sem metus.Nulla eu feugiat mauris. Sed venenatis dolor id nibh cursus adignissim mi elementum. Phasellus ut tempus dolor.--></p></td></tr></table></td></tr></table></body></html>------=3D_NextPart_01jvh893459rhw--                   =20                       =20                            
                 =20                     =20                          
             =20                 =20                      
-----------------------------------------=----------------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us           =20               =20                    
-------------------------------------------=--------------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us         =20             =20                  
---------------------------------------------=------------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us       =20           =20                
-----------------------------------------------=----------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us     =20         =20              
-------------------------------------------------=--------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us   =20       =20            
---------------------------------------------------=------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us =20     =20          
-----------------------------------------------------=----This message is sent to you because you are subscribed tothe mailing list=20<talk@w=ebdna.us>.To unsubscribe, E-mail to:=20<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us   =20        
-------------------------------------------------------=--This message is sent to you because you are subscribed tothe mailing list=20<talk@w=ebdna.us>.To unsubscribe, E-mail to:=20<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us =20      
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us  
= --Apple-Mail-1982D079-18B0-4BF1-B87C-E544B355E28C-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Emailer breaking format (Steve Raslevich 2015)
  2. Re: [WebDNA] Emailer breaking format (Diane Blackmore 2015)
  3. Re: [WebDNA] Emailer breaking format (Terry Wilson 2015)
  4. Re: [WebDNA] Emailer breaking format (Brian Burton 2015)
  5. Re: [WebDNA] Emailer breaking format (Steve Raslevich 2015)
  6. Re: [WebDNA] Emailer breaking format (Terry Wilson 2015)
  7. Re: [WebDNA] Emailer breaking format (Steve Raslevich 2015)
  8. Re: [WebDNA] Emailer breaking format (Terry Wilson 2015)
  9. Re: [WebDNA] Emailer breaking format (Steve Raslevich 2015)
  10. Re: [WebDNA] Emailer breaking format (Terry Wilson 2015)
  11. Re: [WebDNA] Emailer breaking format (Kenneth Grome 2015)
  12. Re: [WebDNA] Emailer breaking format (Steve Raslevich 2015)
  13. Re: [WebDNA] Emailer breaking format (Kenneth Grome 2015)
  14. Re: [WebDNA] Emailer breaking format (Steve Raslevich 2015)
  15. Re: [WebDNA] Emailer breaking format (Kenneth Grome 2015)
  16. Re: [WebDNA] Emailer breaking format (Stuart Tremain 2015)
  17. Re: [WebDNA] Emailer breaking format (Stuart Tremain 2015)
  18. Re: [WebDNA] Emailer breaking format (Kenneth Grome 2015)
  19. Re: [WebDNA] Emailer breaking format (Diane Blackmore 2015)
  20. Re: [WebDNA] Emailer breaking format (Tom Duke 2015)
  21. Re: [WebDNA] Emailer breaking format (Diane Blackmore 2015)
  22. Re: [WebDNA] Emailer breaking format (Diane Blackmore 2015)
  23. Re: [WebDNA] Emailer breaking format (Stuart Tremain 2015)
  24. [WebDNA] Emailer breaking format (Diane Blackmore 2015)
--Apple-Mail-1982D079-18B0-4BF1-B87C-E544B355E28C Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The disadvantage is that you're doing some kind of workaround for some unkno= wn buggy situation. So on principal, I prefer to do things in a way that doe= sn't require a kludge or extra processing (the raw tag). Also, like Brian, I= prefer to set variables that I can easily check in a listvariables loop, wh= ich is something (along with formvariables and listcookies) that appears in a= development-only area at the bottom of all my pages. In fact, I'll often se= t a text variable for something like a sendmail or search context itself jus= t to see what's really showing up. Terry Sent from my iPad > On Mar 25, 2015, at 11:47 AM, Steve Raslevich wrote: >=20 > True. Do you think there is a disatvantage the way I've been using [raw],= [/raw] within the [founditems] within [sendmail] ?=20 >=20 > Terry Wilson wrote: >>=20 >> It doesn't cost anything. The founditems loop is just moved up a few line= s. >>=20 >> [text]bccaddresses=3D[founditems][EMAILADDRESS],[/founditems][/text] >>=20 >> [SendMail to=3Dcustomer@abc.com&bcc=3D[bccaddresses]&from=3Dsupport@xyz&s= ubject=3Dsend to many&Content-Type=3Dtext/html] >>=20 >> Terry >>=20 >> On Mar 25, 2015, at 10:51 AM, Steve Raslevich wrote: >>=20 >> =20 >>> Hi Terry >>>=20 >>> Seems to work fine if the addys are in a single variable but would add a= nother step in the send process as [founditems] would now need to run before= the [sendmail] to set a variable with a given group of addys.=20 >>>=20 >>> =20 >>>> Shingles is better now, thanks, what with a prescribed pain killer. >>>> =20 >>>>=20 >>>> Topical Lydocaine helped me a lot >>>> =20 >>>=20 >>>=20 >>>=20 >>> Terry Wilson wrote: >>> =20 >>>> I guess I glossed over the 30K pieces of mail part. Yes, that would dra= g on forever. >>>>=20 >>>> I have a site where people can enter two email addresses, separated wit= h a comma, in the email field and it seems to work okay. So that's a comma c= oming out of a database. I know yours is hard coded within a founditems loop= ; just don't know what the difference would be. Have you tried setting a var= iable with all the addys just before the sendmail and using that instead? Mi= ght work? >>>>=20 >>>> Shingles is better now, thanks, what with a prescribed pain killer. >>>>=20 >>>> Terry >>>>=20 >>>> On Mar 24, 2015, at 12:50 PM, Steve Raslevich=20 >>>> >>>> wrote: >>>>=20 >>>> =20 >>>>=20 >>>> =20 >>>>> Hi Terry, >>>>>=20 >>>>> Sorry to hear you are dealing with shingles and ditto on recommendatio= n to others speaking from experience as well. >>>>>=20 >>>>> I originally sent 30000 emails one by one - took hours. Breaking into= groups in only takes minutes. Taxing on WebDNA and our mail server. >>>>>=20 >>>>> I found the [raw],[/raw] fix after discovering that only the first ema= il was sent if I only put a comma between the emailaddress within a [foundit= ems] loop and if I manually typed in multiple addresses separated by a comma= then all were sent. >>>>>=20 >>>>> Hope you are feeling better soon. >>>>>=20 >>>>> Steve >>>>>=20 >>>>> Terry Wilson wrote: >>>>> =20 >>>>>=20 >>>>> =20 >>>>>> This isn't how I handle such multiple emails. I do it thusly: >>>>>>=20 >>>>>> search >>>>>> founditems >>>>>> sendmail >>>>>> /sendmail >>>>>> /founditems >>>>>> /search >>>>>>=20 >>>>>> Why not try that. For some reason, early on I figured it was just cle= aner to send individual emails. Or maybe it was breaking on a bad email; I r= eally don't remember that far back. That also gives you a chance to grab oth= er variables from the founditems loop, like "Hello [firstname],". Makes no d= ifference to the mail server. Or perhaps it makes it easier for the mail ser= ver; I wouldn't know about that. For sure it will take WebDNA longer to proc= ess the page. But so what. >>>>>>=20 >>>>>> As for the comma, that's just bizarre. I use commas all the time, no p= roblem (but they aren't within a founditems loop). BCC,CC,Sender,Reply-to.. u= se them all; never seen a problem. Even more curious - how did you come up w= ith the idea to even try [raw]? That's like wondering how anyone ever came u= p with the idea of cooking an artichoke bud. >>>>>>=20 >>>>>> BTW anyone who ever had chicken pox should get the shingles vaccine. Y= ou can guess why I'm sending this advice... >>>>>>=20 >>>>>> Terry >>>>>>=20 >>>>>> On Mar 24, 2015, at 10:57 AM, Kenneth Grome >>>>>> >>>>>> wrote: >>>>>>=20 >>>>>> =20 >>>>>> =20 >>>>>>=20 >>>>>> =20 >>>>>>> These are good things to know. >>>>>>>=20 >>>>>>> I think they should be added to the documentation since they are >>>>>>> clearly unexpected behavior, at least for many of us. >>>>>>>=20 >>>>>>> Regards, >>>>>>> Kenneth Grome >>>>>>> WebDNA Solutions >>>>>>>=20 >>>>>>> http://www.webdnasolutions.com >>>>>>>=20 >>>>>>> Web Database Systems and Linux Server Management >>>>>>>=20 >>>>>>>=20 >>>>>>> On 03/24/2015 11:01 AM, Steve Raslevich wrote: >>>>>>> =20 >>>>>>> =20 >>>>>>>=20 >>>>>>> =20 >>>>>>>> I have no idea for the behavior but do know that only the first BCC= >>>>>>>> email address will be sent if the comma separating the addresses in= a >>>>>>>> [founditems] is now within [raw] >>>>>>>>=20 >>>>>>>> Another finding about sending to multiple addresses with [sendmail]= is >>>>>>>> that if one email address is an invalid formatted address, the emai= l is >>>>>>>> not sent to any of the addresses. >>>>>>>>=20 >>>>>>>> I send out an email newsletter to @ 30,000 addresses and break the >>>>>>>> sending down to groups of 35 - 50. >>>>>>>>=20 >>>>>>>> Kenneth Grome wrote: >>>>>>>> =20 >>>>>>>> =20 >>>>>>>>=20 >>>>>>>> =20 >>>>>>>>>> Ken, only the comma is in the raw context. no space: >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>>> =20 >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>> But I still do not understand why [raw],[/raw] would modify the >>>>>>>>> comma (or the code around it) in any way, much less in a way that >>>>>>>>> would cause the sendmail to work properly with it but not without i= t. >>>>>>>>>=20 >>>>>>>>> Apparently it has some kind of reaction with the founditems? Does= >>>>>>>>> it introduce an invisible character or something? >>>>>>>>>=20 >>>>>>>>> Regards, >>>>>>>>> Kenneth Grome >>>>>>>>> WebDNA Solutions >>>>>>>>>=20 >>>>>>>>> http://www.webdnasolutions.com >>>>>>>>>=20 >>>>>>>>> Web Database Systems and Linux Server Management >>>>>>>>>=20 >>>>>>>>>=20 >>>>>>>>> On 03/24/2015 10:41 AM, Steve Raslevich wrote: >>>>>>>>>=20 >>>>>>>>> =20 >>>>>>>>> =20 >>>>>>>>>=20 >>>>>>>>> =20 >>>>>>>>>> Ken, only the comma is in the raw context. no space: >>>>>>>>>>=20 >>>>>>>>>> If not using [founditems] and sending to multiple BCC or TO's the= syntax >>>>>>>>>> would look like this: >>>>>>>>>>=20 >>>>>>>>>> [SendMail >>>>>>>>>>=20 >>>>>>>>>> to=3Dcustomer@abc.com&bcc=3Daddy1@example.com,addy2@example.com,a= ddy3@example.com&from=3Dsupport@xyz&subject=3Dsend >>>>>>>>>>=20 >>>>>>>>>> tomany&Content-Type=3Dtext/html] >>>>>>>>>>=20 >>>>>>>>>> [SendMail >>>>>>>>>>=20 >>>>>>>>>> to=3Dcustomer@abc.com&bcc=3D >>>>>>>>>> [founditems][EMAILADDRESS][raw],[/raw][/founditems]&from=3Dsuppor= t@xyz&subject=3Dsend >>>>>>>>>> tomany&Content-Type=3Dtext/html] >>>>>>>>>>=20 >>>>>>>>>>=20 >>>>>>>>>>=20 >>>>>>>>>> Kenneth Grome wrote: >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>>> =20 >>>>>>>>>>=20 >>>>>>>>>> =20 >>>>>>>>>>>>> Had the same problem with BCC, wrapping the , (comma) in [raw= ] >>>>>>>>>>>>> required between the BCC addresses fixed it for me. Also works= >>>>>>>>>>>>> for TO: >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>> Good tip, thanks Steve. >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>>> =20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>> I wish I could understand how this works. Putting something >>>>>>>>>>> inside a raw context is not supposed to change it. The raw >>>>>>>>>>> context encloses only two chars, a comma and a space, correct? >>>>>>>>>>>=20 >>>>>>>>>>> Regards, >>>>>>>>>>> Kenneth Grome >>>>>>>>>>> WebDNA Solutions >>>>>>>>>>>=20 >>>>>>>>>>> http://www.webdnasolutions.com >>>>>>>>>>>=20 >>>>>>>>>>> Web Database Systems and Linux Server Management >>>>>>>>>>>=20 >>>>>>>>>>>=20 >>>>>>>>>>> On 03/23/2015 05:56 PM, Stuart Tremain wrote: >>>>>>>>>>>=20 >>>>>>>>>>>=20 >>>>>>>>>>> =20 >>>>>>>>>>> =20 >>>>>>>>>>>=20 >>>>>>>>>>> =20 >>>>>>>>>>>> Kind regards >>>>>>>>>>>>=20 >>>>>>>>>>>> Stuart Tremain >>>>>>>>>>>> IDFK Web Developments >>>>>>>>>>>> AUSTRALIA >>>>>>>>>>>>=20 >>>>>>>>>>>> webdna@idfk.com.au >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>>> =20 >>>>>>>>>>>>=20 >>>>>>>>>>>> =20 >>>>>>>>>>>>> On 24 Mar 2015, at 09:09, Steve Raslevich >>>>>>>>>>>>> < >>>>>>>>>>>>> WebDNA@northernsoundandlight.com >>>>>>>>>>>>> >>>>>>>>>>>>> =20 >>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>> =20 >>>>>>>>>>>>> Hello Stuart, >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>> =20 >>>>>>>>>>> =20 >>>>>>>>>>>=20 >>>>>>>>>>> =20 >>>>>>>>>>>>> [SendMail >>>>>>>>>>>>>=20 >>>>>>>>>>>>> to=3Dcustomer@abc.com&bcc=3D >>>>>>>>>>>>> [founditems][EMAILADDRESS][raw], >>>>>>>>>>>>> [/raw][/founditems]&from=3Dsupport@xyz&subject=3Dsend to >>>>>>>>>>>>> many]&Content-Type=3Dtext/html] >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> Stuart Tremain wrote: >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> =20 >>>>>>>>>>>>>> Are you sending one email to one recipient or one email to ma= ny >>>>>>>>>>>>>> recipients ? >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> I had a problem with the latter, making it one to one solved >>>>>>>>>>>>>> the problem, but I don=E2=80=99t know what was causing it. >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Kind regards >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Stuart Tremain >>>>>>>>>>>>>> IDFK Web Developments >>>>>>>>>>>>>> AUSTRALIA >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> webdna@idfk.com.au >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> =20 >>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> On 20 Mar 2015, at 12:13, Diane Blackmore >>>>>>>>>>>>>>> < >>>>>>>>>>>>>>> diane@cohesion.co.nz >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> Hi >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Frequently, and increasingly, the Emailer seems to be breaki= ng >>>>>>>>>>>>>>> the format of the emails resulting in garbled receipts etc >>>>>>>>>>>>>>> being sent to customers of our clients. This is happening no= w >>>>>>>>>>>>>>> more often than not - 20-30 times a day in one case, and nee= ds >>>>>>>>>>>>>>> to be resolved so I=E2=80=99d be interested if anyone knows o= f >>>>>>>>>>>>>>> anything buggy here. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> The files that Emailer is sending are fine both before and >>>>>>>>>>>>>>> after sending. The content of the email contains html and so= >>>>>>>>>>>>>>> is being sent as file that is written to the EmailFolder - I= >>>>>>>>>>>>>>> stress that the format of the email can=E2=80=99t be at issu= e as it >>>>>>>>>>>>>>> often comes through OK. It tends to happen more on larger >>>>>>>>>>>>>>> files, but none of them contain anything more than 11kb. >>>>>>>>>>>>>>> Images are absolute ref=E2=80=99d back to the server etc so n= o images >>>>>>>>>>>>>>> are bing sent. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> It could be that the problem is not with Emailer but is >>>>>>>>>>>>>>> instead breaking down between Emailer and the localhost mail= >>>>>>>>>>>>>>> server (not sure what we're using for this but its on the sa= me >>>>>>>>>>>>>>> server somewhere). >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> WebDNA version is *unix-Linux Intel Apache Module version >>>>>>>>>>>>>>> 6.2.1* on Ubuntu 12.04.5 LTS (GNU/Linux 3.12.27-xenU x86_64)= , >>>>>>>>>>>>>>> Apache2, >>>>>>>>>>>>>>> Package updates etc were run last week but the problem exist= ed >>>>>>>>>>>>>>> before then. Emailer is set to send every 20 ticks, and is >>>>>>>>>>>>>>> not really busy. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> It has been suggested that we could replace Emailer with >>>>>>>>>>>>>>> something that does the same job but I=E2=80=99d be interest= ed to find >>>>>>>>>>>>>>> out if there=E2=80=99s a quicker fix before I go down that b= umpy path. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> To: Sandra Hillyard< >>>>>>>>>>>>>>> shillyard@xtra.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> From: "Best Blooms Florist"< >>>>>>>>>>>>>>> website@bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Subject: Best Blooms Florist Receipt >>>>>>>>>>>>>>> BCC:=20 >>>>>>>>>>>>>>> diane@cohesion.co.nz >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Organization: Best Blooms Florist >>>>>>>>>>>>>>> MIME-Version: 1.0 >>>>>>>>>>>>>>> Content-Type: multipart/alternative; >>>>>>>>>>>>>>> boundary=3D"----=3D_NextPart_01jvh893459rhw" >>>>>>>>>>>>>>> X-Priority: 3 >>>>>>>>>>>>>>> X-MSMail-Priority: Normal >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> This is a multi-part message in MIME format. >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> ------=3D_NextPart_01jvh893459rhw >>>>>>>>>>>>>>> Content-Type: text/plain; >>>>>>>>>>>>>>> charset=3D"iso-8859-1" >>>>>>>>>>>>>>> Content-Transfer-Encoding: 7bit >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> This message is in a format that cannot be read by your emai= l >>>>>>>>>>>>>>> software. Time to upgrade! >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> ------=3D_NextPart_01jvh893459rhw >>>>>>>>>>>>>>> Content-Type: text/html; >>>>>>>>>>>>>>> charset=3D"iso-8859-1" >>>>>>>>>>>>>>> Content-Transfer-Encoding: 7bit >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Best Blooms Florist >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center" style=3D"padding:5px 0;"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/phone.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"phone" border=3D"0" width=3D"39" height=3D"27"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> serif; font-size:20px;"> >>>>>>>>>>>>>>> +64-9 838 9058    >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> "https://www.facebook.com/BestBlooms" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/facebook.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"facebook" border=3D"0" width=3D"28" height=3D"27"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> "https://twitter.com/bestblooms" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/twitter.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"twitter" border=3D"0" width=3D"28" height=3D"27">= >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> href=3D >>>>>>>>>>>>>>> "https://plus.google.com/100788581903553617897/posts">>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"gplus" border=3D"0" width=3D"28" height=3D"27"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> "http://www.pinterest.com/bestblooms" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/pintrest.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"pintrest" border=3D"0" width=3D"28" height=3D"27"> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center" style=3D"border-top:13px solid #fff; >>>>>>>>>>>>>>> border-bottom:20px solid #fff;"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> ">>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/logo.png" >>>>>>>>>>>>>>> alt=3D"Best >>>>>>>>>>>>>>> Blooms" border=3D"0" width=3D"248" height=3D"106"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Visit our >>>>>>>>>>>>>>> website
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> " style=3D"color:#de2e28; >>>>>>>>>>>>>>> font-size:16px; text-decoration:none;"> >>>>>>>>>>>>>>> www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Order Ref. 42230
>>>>>>>>>>>>>>>

Tax Invoice Receipt

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> class=3D"tableForm"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Arrangement / AccessoryPriceQuantityCost
>>>>>>>>>>>>>> href=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/online/product_information.csn?= productid=3D1132151" >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>> Hot >>>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> Pink and Purple Bouquet - Standard
$80.001$80.00
>>>>>>>>>>>>>> style=3D"background:#fff;text-align:right;">Sub-Total:$80.00
>>>>>>>>>>>>>> style=3D"background:#fff;text-align:right;">Signature Card:<= /td> >>>>>>>>>>>>>>> $0.00
>>>>>>>>>>>>>> style=3D"background:#fff;text-align:right;">Delivery:$0.00
Grand Total: >>>>>>>>>>>>>>> $80.00
>>>>>>>>>>>>>>>


* Prices are in New Zealand Dollars and >>>>>>>>>>>>>>> include Goods and Services Tax within New Zealand. GST Numbe= r >>>>>>>>>>>>>>> 94-374-936.

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

Delivery Details

>>>>>>>>>>>>>> border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"10= 0%"> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
Deliver To:Sandra Tudman
Delivery is= to >>>>>>>>>>>>>>> a Home
Address:85 Moyrus Cres

Dannemora >>>>>>>>>>>>>>>
Delivery Date:Friday 20 March 2015Contact Phone:0297788767
Special Instructions:Card Message:Dear Sandra Wishing you a speedy recovery Love Sandra& >>>>>>>>>>>>>>> David, Michael& Deanna, Mitchell& Jarrod xx
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

Your Details

>>>>>>>>>>>>>> cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>
Contact Name: *Sandra HillyardCompany Name:
Address:5 MItchell Street
Phone:0274593520
Suburb, Postcode:Blockhouse Bay 0600Mobile:0274593520
City:AucklandEmail: >>>>>>>>>>>>>>> shillyard@xtra.co.nz >>>>>>>>>>>>>>>
Country:New ZealandComments:Bright
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

Billing Details

>>>>>>>>>>>>>> cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
Payment Method:Credit CardTransaction ID:0036592961-01
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center" style=3D"border-top:15px solid #fff; >>>>>>>>>>>>>>> border-bottom:17px solid #fff;"> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> ">>>>>>>>>>>>>>> src=3D >>>>>>>>>>>>>>> "http://www.bestblooms.co.nz/e_images/logo_footer.png" >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> alt=3D"Best Blooms" border=3D"0" width=3D"152" height=3D"65"= > >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
Best Blooms >>>>>>>>>>>>>>> Florist
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> 342 Great North Road, Henderson, Auckland 0612
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> Phone: +64-9-838 9058
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> " style=3D"color:#575656; >>>>>>>>>>>>>>> text-decoration:none;"> >>>>>>>>>>>>>>> www.bestblooms.co.nz >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>> align=3D"center"> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>

>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> ------=3D_NextPart_01jvh893459rhw-- >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>> =20 >>>>>>>>>>>>>>>=20 >>>>>>>>>>>>>>> =20 >>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>> the mailing list >>>>>>>>>>> >>>>>>>>>>> . >>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>> >>>>>>>>>>>=20 >>>>>>>>>>> archives:=20 >>>>>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>=20 >>>>>>>>>>> Bug Reporting:=20 >>>>>>>>>>> support@webdna.us >>>>>>>>>> --------------------------------------------------------- >>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>> the mailing list >>>>>>>>>> >>>>>>>>>> . >>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>> >>>>>>>>>>=20 >>>>>>>>>> archives:=20 >>>>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>=20 >>>>>>>>>> Bug Reporting:=20 >>>>>>>>>> support@webdna.us >>>>>>>>> --------------------------------------------------------- >>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>> the mailing list >>>>>>>>> >>>>>>>>> . >>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>> >>>>>>>>>=20 >>>>>>>>> archives:=20 >>>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>=20 >>>>>>>>> Bug Reporting:=20 >>>>>>>>> support@webdna.us >>>>>>>> --------------------------------------------------------- >>>>>>>> This message is sent to you because you are subscribed to >>>>>>>> the mailing list >>>>>>>> >>>>>>>> . >>>>>>>> To unsubscribe, E-mail to: >>>>>>>> >>>>>>>>=20 >>>>>>>> archives:=20 >>>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>>=20 >>>>>>>> Bug Reporting:=20 >>>>>>>> support@webdna.us >>>>>>> --------------------------------------------------------- >>>>>>> This message is sent to you because you are subscribed to >>>>>>> the mailing list >>>>>>> >>>>>>> . >>>>>>> To unsubscribe, E-mail to: >>>>>>> >>>>>>>=20 >>>>>>> archives:=20 >>>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>>=20 >>>>>>> Bug Reporting:=20 >>>>>>> support@webdna.us >>>>>> --------------------------------------------------------- >>>>>> This message is sent to you because you are subscribed to >>>>>> the mailing list >>>>>> >>>>>> . >>>>>> To unsubscribe, E-mail to: >>>>>> >>>>>>=20 >>>>>> archives:=20 >>>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>>=20 >>>>>> Bug Reporting:=20 >>>>>> support@webdna.us >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list=20 >>>>> >>>>> . >>>>> To unsubscribe, E-mail to:=20 >>>>> >>>>>=20 >>>>> archives:=20 >>>>> http://mail.webdna.us/list/talk@webdna.us >>>>>=20 >>>>> Bug Reporting:=20 >>>>> support@webdna.us >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list=20 >>>> >>>> . >>>> To unsubscribe, E-mail to:=20 >>>> >>>>=20 >>>> archives:=20 >>>> http://mail.webdna.us/list/talk@webdna.us >>>>=20 >>>> Bug Reporting:=20 >>>> support@webdna.us >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us --Apple-Mail-1982D079-18B0-4BF1-B87C-E544B355E28C Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
The disadvantage is that you're doing s= ome kind of workaround for some unknown buggy situation. So on principal, I p= refer to do things in a way that doesn't require a kludge or extra processin= g (the raw tag). Also, like Brian, I prefer to set variables that I can easi= ly check in a listvariables loop, which is something (along with formvariabl= es and listcookies) that appears in a development-only area at the bottom of= all my pages. In fact, I'll often set a text variable for something like a s= endmail or search context itself just to see what's really showing up.
=

Terry

Sent from my iPad

On Mar 25, 2= 015, at 11:47 AM, Steve Raslevich <WebDNA@northernsoundandlight.com> wrote:

<= blockquote type=3D"cite">
True. Do you think there is a disatvantage the way I've been using  [raw],[/raw] within the [founditems] within [sendmail] ?

Terry Wilson wrote:
It doesn't cost anything. The founditems loop is just moved= up a few lines.[text]bccaddresses=3D[founditems][EMAILADDRESS],[/founditems][/text][SendMail to=3Dcustomer@abc.com&bcc=3D[bccaddresses]&=from=3Dsupport@xyz&subject=3Dsend to many&Content-Type=3Dtext/html]TerryOn Mar 25, 2015, at 10:51 AM, Steve Raslevich <WebDNA@northernsou=ndandlight.com> wrote:  
Hi TerrySeems to work fine if the addys are in a single variable but would add anoth=er step in the send process as [founditems] would now need to run before the= [sendmail] to set a variable with a given group of addys.=20    
Shingles is better now, thanks, what with a prescribed p=ain killer. =20  Topical Lydocaine helped me a lot      
Terry Wilson wrote:    
I guess I glossed over the 30K pieces of mail part. Yes=, that would drag on forever.I have a site where people can enter two email addresses, separated with a c=omma, in the email field and it seems to work okay. So that's a comma coming= out of a database. I know yours is hard coded within a founditems loop; jus=t don't know what the difference would be. Have you tried setting a variable= with all the addys just before the sendmail and using that instead? Might w=ork?Shingles is better now, thanks, what with a prescribed pain killer.TerryOn Mar 24, 2015, at 12:50 PM, Steve Raslevich=20<WebDNA@northernsoundandlight.com> wrote: =20      
Hi Terry,Sorry to hear you are dealing with shingles and ditto on recommendation to o=thers speaking from experience as well.I originally sent 30000 emails one by one - took hours.  Breaking into group=s in only takes minutes. Taxing on WebDNA and our mail server.I found the [raw],[/raw] fix after discovering that only the first email was= sent if I only put a comma between the emailaddress within a [founditems] l=oop and if I manually typed in multiple addresses separated by a comma then a=ll were sent.Hope you are feeling better soon.SteveTerry Wilson wrote:   =20        
This isn't how I handle such multiple emails. I do i=t thusly:searchfounditemssendmail/sendmail/founditems/searchWhy not try that. For some reason, early on I figured it was just cleaner to= send individual emails. Or maybe it was breaking on a bad email; I really d=on't remember that far back. That also gives you a chance to grab other vari=ables from the founditems loop, like "Hello [firstname],". Makes no differen=ce to the mail server. Or perhaps it makes it easier for the mail server; I w=ouldn't know about that. For sure it will take WebDNA longer to process the p=age. But so what.As for the comma, that's just bizarre. I use commas all the time, no problem= (but they aren't within a founditems loop). BCC,CC,Sender,Reply-to.. use th=em all; never seen a problem. Even more curious - how did you come up with t=he idea to even try [raw]? That's like wondering how anyone ever came up wit=h the idea of cooking an artichoke bud.BTW anyone who ever had chicken pox should get the shingles vaccine. You can= guess why I'm sending this advice...TerryOn Mar 24, 2015, at 10:57 AM, Kenneth Grome&=lt;ken@webdnasolutions.com>  wrote: =20     =20          
These are good things to know.I think they should be added to the documentation since they areclearly unexpected behavior, at least for many of us.Regards,Kenneth GromeWebDNA Solutionsh=ttp://www.webdnasolutions.comWeb Database Systems and Linux Server ManagementOn 03/24/2015 11:01 AM, Steve Raslevich wrote:   =20       =20            
I have no idea for the behavior but do know tha=t only the first BCCemail address will be sent if the comma separating the addresses in a[founditems] is now within [raw]Another finding about sending to multiple addresses with [sendmail] isthat if one email address is an invalid formatted address, the email isnot sent to any of the addresses.I send out an email newsletter to @ 30,000 addresses and break thesending down to groups of 35 - 50.Kenneth Grome wrote:     =20         =20              
Ken, only the comma is in the raw context. n=o space:         =20             =20                  
But I still do not understand why [raw],[/raw=] would modify thecomma (or the code around it) in any way, much less in a way thatwould cause the sendmail to work properly with it but not without it.Apparently it has some kind of reaction with the founditems?  Doesit introduce an invisible character or something?Regards,Kenneth GromeWebDNA Solutionsh=ttp://www.webdnasolutions.comWeb Database Systems and Linux Server ManagementOn 03/24/2015 10:41 AM, Steve Raslevich wrote:       =20           =20                
Ken, only the comma is in the raw context. n=o space:If not using [founditems] and sending to multiple BCC or TO's the syntaxwould look like this:[SendMailto=3Dcustomer@abc.com&bcc=3Daddy1@example.=com,addy2@example.com,addy3@example.com&from=3Dsupport@xyz&subject=3D=sendtomany&Content-Type=3Dtext/html][SendMailto=3Dcustomer@abc.com&bcc=3D[founditems][EMAILADDRESS][raw],[/raw][/founditems]&from=3Dsupport@xyz&a=mp;subject=3Dsendtomany&Content-Type=3Dtext/html]Kenneth Grome wrote:         =20             =20                  
Had the same problem with BCC, wrappi=ng the  , (comma) in [raw]required between the BCC addresses fixed it for me. Also worksfor  TO:               =20                   =20                        
Good tip, thanks Steve.             =20                 =20                      
I wish I could understand how this works.=  Putting somethinginside a raw context is not supposed to change it.  The rawcontext encloses only two chars, a comma and a space, correct?Regards,Kenneth GromeWebDNA Solutionsh=ttp://www.webdnasolutions.comWeb Database Systems and Linux Server ManagementOn 03/23/2015 05:56 PM, Stuart Tremain wrote:           =20               =20                    
Kind regardsStuart TremainIDFK Web DevelopmentsAUSTRALIAweb=dna@idfk.com.au<mailto:webdna@idfk.com.au>             =20                 =20                      
On 24 Mar 2015, at 09:09, Steve Rasle=vich<WebDNA@northernsoundandlight.com<mailto:WebDNA@northernsoundandlight.com>                        
   wrote:                          
Hello Stuart,               =20                   =20                        
           =20               =20                    
[SendMailto=3Dcustomer@abc.com&bcc=3D[founditems][EMAILADDRESS][raw],[/raw][/founditems]&from=3Dsupport@xyz&subject=3Dsend tomany]&Content-Type=3Dtext/html]Stuart Tremain wrote:               =20                   =20                        
Are you sending one email to one re=cipient or one email to manyrecipients ?I had a problem with the latter, making it one to one solvedthe problem, but I don=E2=80=99t know what was causing it.Kind regardsStuart TremainIDFK Web DevelopmentsAUSTRALIAweb=dna@idfk.com.au<mailto:webdna@idfk.com.au>                 =20                     =20                          
On 20 Mar 2015, at 12:13, Diane B=lackmore<d=iane@cohesion.co.nz<mailto:diane@cohesion.co.nz>                            
   wrote:                              
HiFrequently, and increasingly, the Emailer seems to be breakingthe format of the emails resulting in garbled receipts etcbeing sent to customers of our clients. This is happening nowmore often than not - 20-30 times a day in one case, and needsto be resolved so I=E2=80=99d be interested if anyone knows ofanything buggy here.The files that Emailer is sending are fine both before andafter sending. The content of the email contains html and sois being sent as file that is written to the EmailFolder - Istress that the format of the email can=E2=80=99t be at issue as itoften comes through OK. It tends to happen more on largerfiles, but none of them contain anything more than 11kb.Images are absolute ref=E2=80=99d back to the server etc so no imagesare bing sent.It could be that the problem is not with Emailer but isinstead breaking down between Emailer and the localhost mailserver (not sure what we're using for this but its on the sameserver somewhere).WebDNA version is  *unix-Linux Intel Apache Module version6.2.1* on Ubuntu 12.04.5 LTS (GNU/Linux 3.12.27-xenU x86_64),Apache2,Package updates etc were run last week but the problem existedbefore then.  Emailer is set to send every 20 ticks, and isnot really busy.It has been suggested that we could replace Emailer withsomething that does the same job but I=E2=80=99d be interested to findout if there=E2=80=99s a quicker fix before I go down that bumpy path.Cheers,<CohesionSig_Diane12.gif><h=ttp://www.cohesion.co.nz/><h=ttp://www.cohesion.co.nz/>To: Sandra Hillyard<s=hillyard@xtra.co.nz<=mailto:shillyard@xtra.co.nz>                            
                              <=/pre>                            
From: "Best Blooms Florist"<website@bestblooms.co.nz=<mailto:website@bestblooms.co.nz>                            
                              <=/pre>                            
Subject: Best Blooms Florist Rece=iptBCC:=20d=iane@cohesion.co.nz<mailto:diane@cohesion.co.nz>Organization: Best Blooms FloristMIME-Version: 1.0Content-Type: multipart/alternative;boundary=3D"----=3D_NextPart_01jvh893459rhw"X-Priority: 3X-MSMail-Priority: NormalThis is a multi-part message in MIME format.------=3D_NextPart_01jvh893459rhwContent-Type: text/plain;charset=3D"iso-8859-1"Content-Transfer-Encoding: 7bitThis message is in a format that cannot be read by your emailsoftware. Time to upgrade!------=3D_NextPart_01jvh893459rhwContent-Type: text/html;charset=3D"iso-8859-1"Content-Transfer-Encoding: 7bit<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; "><title>Best Blooms Florist</title><style>@charset "UTF-8";/*Email Best Blooms*/body  {background-color:#f7f7f7;color:#4c4c4c;font-family: Arial, Helvetica, sans-serif;font-size: 13px;margin:0;padding:0;}a  {color:#4c4c4c;text-decoration:underline;}a:hover  {color:#de2e28;text-decoration:underline;}td, th{color:#4c4c4c;font-family: Arial, Helvetica, sans-serif;font-size:13px;}p  {padding:0;margin:0 0 14px 0;}h1{color:#de2e28;font-family:"Times New Roman", Times, serif;font-size: 30px;font-weight:normal;font-style:italic;padding:0;margin:0 0 18px 0;}h2{font-size: 30px;font-family:"Times New Roman", Times, serif;font-weight:normal;font-style:italic;padding:0;margin:0 0 18px 0;}h3{color:#de2e28;font-size: 22px;font-weight:normal;padding:0;margin:0 0 13px 0;}h4{font-size: 20px;padding:0;margin:0 0 10px 0;}h5{font-size:20px;font-weight:normal;padding:0;margin:0 0 10px 0;}h6{font-size:15px;font-weight:bold;padding:0;margin:0 0 3px 0;}table.tableForm{background:#b9e0df;-webkit-box-shadow: inset 0 0 50px 0 rgba(255,255,255,0.6),2px 2px 5px 0 rgba(0,0,0,0.7);-moz-box-shadow: inset 0 0 50px 0 rgba(255,255,255,0.6),2px 2px 5px 0 rgba(0,0,0,0.7);box-shadow:  inset 0 0 50px 0 rgba(255,255,255,0.6),2px 2px 5px 0 rgba(0,0,0,0.7);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;}table.tableForm label.error {display:block;color:#e73029;font-weight:bold;}table.tableForm textarea{font-size:12px;}table.tableForm th{color:#4c4c4c;font-size:14px;font-weight:normal;text-align:left;vertical-align:top;white-space:nowrap;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.1);padding:10px 7px 7px 11px;}table.tableForm td{color:#323232;font-size:13px;vertical-align:top;background:#f2f2f2;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.15);padding:7px 15px 7px 11px;}table.tableFormBB{background:#b9e0df;}table.tableFormBB th{color:#4c4c4c;font-size:14px;font-weight:normal;text-align:left;vertical-align:top;white-space:nowrap;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.1);padding:4px 7px 4px 11px;}table.tableFormBB td{color:#323232;font-size:13px;vertical-align:top;background:#fff;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.15);padding:4px 15px 4px 11px;}</style></head><body><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">=;<tr><td style=3D"background-color:#808080;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center" style=3D"padding:5px 0;"><tr><td><table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"right"&g=t;<tr><td><img src=3D"http://www.bestblooms.co.nz/e_images/phone.png"alt=3D"phone" border=3D"0" width=3D"39" height=3D"27"></td><td style=3D"color:#fff; font-family:'Times New Roman', Times,serif; font-size:20px;">+64-9 838 9058&nbsp;&nbsp;&nbsp;</td><td><a href=3D"https://www.facebook.com/BestBlooms"                            
<img                              
src=3D"http://www.bestblooms.co.nz/e_images/facebook.png"alt=3D"facebook" border=3D"0" width=3D"28" height=3D"27"></a></td><td><a href=3D"=https://twitter.com/bestblooms"                            
<img                              
src=3D"http://www.bestblooms.co.nz/e_images/twitter.png"alt=3D"twitter" border=3D"0" width=3D"28" height=3D"27"></a></td><td><ahref=3D"https://plus.google.com/100788581903553617897/posts"><img src=3D"http://www.bestblooms.co.nz/e_images/gplu=s.png"alt=3D"gplus" border=3D"0" width=3D"28" height=3D"27"></a></td><!--<td><a href=3D"#"><img src=3D"images/linkedin.png" alt=3D"linkedin"border=3D"0" width=3D"28" height=3D"27"></a></td>--><td><a href=3D"http://www.pinterest.com/bestblooms"                            
<img                              
src=3D"http://www.bestblooms.co.nz/e_images/pintrest.png"alt=3D"pintrest" border=3D"0" width=3D"28" height=3D"27"></a></td></tr></table></td></tr></table></td></tr><tr><td style=3D"background-color:#ffffff;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center" style=3D"border-top:13px solid #fff;border-bottom:20px solid #fff;"><tr><td><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>"><imgsrc=3D"http://www.bestblooms.co.nz/e_images/logo.png" alt=3D"BestBlooms" border=3D"0" width=3D"248" height=3D"106"></a></td><td style=3D"vertical-align:bottom; text-align:right;"><div style=3D" color:#575656; font-size:14px;">Visit ourwebsite</div><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>" style=3D"color:#de2e28;font-size:16px; text-decoration:none;">w=ww.bestblooms.co.nz<=;http://www.bestblooms.co.nz/></a></td></tr></table></td></tr><tr><td style=3D"background-color:#f7f7f7;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center"><tr><td style=3D"padding:30px 0;"><!-- content --><h6 style=3D"float:right;">Order Ref. 42230</h6><h1>Tax Invoice Receipt</h1><table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"class=3D"tableForm"><tr><th>Arrangement / Accessory</th><th style=3D"text-align:right;">Price</th><th style=3D"text-align:right;">Quantity</th><th style=3D"text-align:right;">Cost</th></tr><tr><td><ahref=3D"http://www.bestblooms.co.nz/=online/product_information.csn?productid=3D1132151"                            
Hot                              
Pink and Purple Bouquet - Standar=d<br></a></td><td style=3D"text-align:right;">$80.00</td><td style=3D"text-align:right;">1</td><td style=3D"text-align:right;">$80.00</td></tr><tr><td colspan=3D"3"style=3D"background:#fff;text-align:right;">Sub-Total:</td><td style=3D"text-align:right;background:#fff;">$80.00</td></tr><tr><td colspan=3D"3"style=3D"background:#fff;text-align:right;">Signature Card:</td><td style=3D"background:#fff;text-align:right;">$0.00</td></tr><tr><td colspan=3D"3"style=3D"background:#fff;text-align:right;">Delivery:</td><td style=3D"background:#fff;text-align:right;">$0.00</td></tr><tr><th colspan=3D"3" style=3D"text-align:Right;">Grand Total:</th><th style=3D"text-align:Right;">$80.00</th></tr></table><!-- .tableList --><p><br /><small>* Prices are in New Zealand Dollars andinclude Goods and Services Tax within New Zealand. GST Number94-374-936.</small></p><p><h2>Delivery Details</h2><TABLE class=3D"tableForm"border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"><TR valign=3Dtop><Th style=3D"width:16%;">Deliver To:</Th><TD style=3D"width:34%;">Sandra Tudman<br><small>Delivery i=s toa Home</small></TD><Th style=3D"width:16%;">Address:</th><TD style=3D"width:34%;">85 Moyrus Cres<BR><br>Dannemora&l=t;/TD></TR><TR valign=3Dtop><Th>Delivery Date:</Th><TD>Friday 20 March 2015</TD><Th>Contact Phone:</Th><TD>0297788767</TD></TR><TR valign=3Dtop><Th>Special Instructions:</Th><TD></TD><Th>Card Message:</Th><TD>Dear Sandra  Wishing you a speedy recovery Love Sandra&David, Michael&    Deanna, Mitchell&    Jarrod xx</TD></TR></table><p><h2>Your Details</h2><TABLE class=3D"tableForm" bord=er=3D"0"cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"><TR valign=3Dtop><Th style=3D"width:16%;">Contact Name: *</Th><TD style=3D"width:34%;">Sandra Hillyard</TD><Th style=3D"width:16%;">Company Name:</Th><TD style=3D"width:34%;"></TD></TR><TR valign=3Dtop><Th>Address:</th><TD>5 MItchell Street<BR></TD><th>Phone:</Th><TD>0274593520</TD></TR><TR valign=3Dtop><Th>Suburb, Postcode:</th><TD>Blockhouse Bay 0600</TD><th>Mobile:</Th><TD>0274593520</TD></TR><TR valign=3Dtop><Th>City:</Th><TD>Auckland</TD><th>Email:</Th><TD>s=hillyard@xtra.co.nz<mailto:shillyard@xtra.co.nz></TD></TR><TR valign=3Dtop><th>Country:</th><TD>New Zealand</TD><th>Comments:</th><TD>Bright</TD></TR></table><p><h2>Billing Details</h2><TABLE class=3D"tableForm" b=order=3D"0"cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"><TR valign=3Dtop><th style=3D"width:16%;">Payment Method:</th><TD style=3D"width:34%;">Credit Card</TD><th style=3D"width:16%;">Transaction ID:</th><TD style=3D"width:34%;">0036592961-01</TD></TR></table><!-- // content --></td></tr></table></td></tr><tr><td style=3D"background-color:#ffffff;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center" style=3D"border-top:15px solid #fff;border-bottom:17px solid #fff;"><tr><td><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>"><imgsrc=3D"http://www.bestblooms.co.nz/e_images/logo_footer.png"<=/a>alt=3D"Best Blooms" border=3D"0" width=3D"152" height=3D"65"></a></td><td style=3D"color:#575656; font-size:13px; text-align:right;"><div style=3D"color:#de2e28; font-size:20px;">Best BloomsFlorist</div>342 Great North Road, Henderson, Auckland 0612<br>Phone: +64-9-838 9058<br><a href=3D"http=://www.bestblooms.co.nz<=;http://www.bestblooms.co.nz/>" style=3D"color:#575656;text-decoration:none;">w=ww.bestblooms.co.nz<=;http://www.bestblooms.co.nz/></a></td></tr></table></td></tr><tr><td style=3D"background-color:#f7f7f7;"><table width=3D"700" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"align=3D"center"><tr><td style=3D"padding:15px 0;"><p style=3D" color:#9b9b9b; font-size:12px;"><!--Footer text.<a href=3D"#" style=3D"color:#9b9b9b;">Link</a&g=t;.Ut adipiscing, odio eget sagittis tempor, nunc nulla lobortiserat, ac tincidunt neque odio id nisi. Mauris eget sem metus.Nulla eu feugiat mauris. Sed venenatis dolor id nibh cursus adignissim mi elementum. Phasellus ut tempus dolor.--></p></td></tr></table></td></tr></table></body></html>------=3D_NextPart_01jvh893459rhw--                   =20                       =20                            
                 =20                     =20                          
             =20                 =20                      
-----------------------------------------=----------------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us           =20               =20                    
-------------------------------------------=--------------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us         =20             =20                  
---------------------------------------------=------------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us       =20           =20                
-----------------------------------------------=----------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us     =20         =20              
-------------------------------------------------=--------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us   =20       =20            
---------------------------------------------------=------This message is sent to you because you are subscribed tothe mailing list<talk@w=ebdna.us>.To unsubscribe, E-mail to:<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us =20     =20          
-----------------------------------------------------=----This message is sent to you because you are subscribed tothe mailing list=20<talk@w=ebdna.us>.To unsubscribe, E-mail to:=20<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us   =20        
-------------------------------------------------------=--This message is sent to you because you are subscribed tothe mailing list=20<talk@w=ebdna.us>.To unsubscribe, E-mail to:=20<=talk-leave@webdna.us>archives:=20http://mail.webdna.us/list/talk@webdna.usBug Reporting:=20supp=ort@webdna.us =20      
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us  
= --Apple-Mail-1982D079-18B0-4BF1-B87C-E544B355E28C-- Terry Wilson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCat2b13MacPlugIn - More limits on [include] (1997) multi-paragraph fields (1997) I figured it out (1999) Adding headers to email (1997) problems with 2 tags (1997) serial number generation (1997) Summing fields (1997) [WebDNA] upload image files.... (2018) Online magazine- monthly updates and such (1999) A dynamic database. (1997) WebCatalog NT beta 18 problem (1997) Help! Strange happenings... (1997) Formating found categories (1997) [WebDNA] Snow Leopard and v7 (2011) WebCat2 as a chat server? (1997) [sendmail] on NT? (1997) WebDNA - Commerce Edition.debug (2005) special commerce fields (1997) killer-format in cart (1998) docs for WebCatalog2 (1997)