What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: Sending emails (went[ot] )

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 46317
interpreted = N
texte = On 12/16/02 2:34 PM, Alex McCombie wrote: Oops forgot to mention a snedmail at the end to deal with the remaining emails that didn't trigger on the 100Set templistvar = Listwords for EMAILVAR set templistvar = word,templistvar showif index\100 Sendmail to templistvar using BCC for templistvar placement insert copy /sendmail set templistvar = /showif /listwordsShowif templistvar ! Sendmail to templistvar using BCC for templistvar placement insert copy /sendmail /showifThis will send the remaining out as well as not try to send an empty email if it actually landed on your qualifier (100)> Here is a logic that we will be implementing. I have heard the debate a > thousand times on how webcat does not work well as a list manager and that > listserve software is the way to go. However, when much of your data (if not > all) including subscription services is managed in Webcat, there is a > tremendous value in being able to apply dynamic search criteria to a list of > members and have 'bulk style' email handled by webcat. > > > With that here is a concept that reduces the file IO significantly and still > works decent sized lists. > > In english (no code) > > Search on criteria. > Establish List of emails to send to. > Store sku's for email in EMAILvar. > > Then: > > Set templistvar = > Listwords for EMAILVAR > set templistvar = word,templistvar > showif index\100 > Sendmail to templistvar using BCC for templistvar placement > insert copy > /sendmail > set templistvar = > /showif > /listwords > > > Essentially if the email your sending is in true bulk mail style (all the > copy is the same) you can use this method. Whats nice about it is that you > can use the showif index\100 to reduce the amount of file IO needed to send > the mail. That 100 number can be adjusted up or down depending on your > average list size, or how picky your mail server is. I think someone said > they had used this method with a number up to 250. > > If you could use 250 that's 4 email files per thousand emails. Only 40 per > 10,000. > > Now again, this system still ends up in file IO trouble with huge numbers > (over 100,000 would be my guess), but for most of us managing lists of > people below that number it should work quite well. > > For our clients, its the ability to use search criteria to build their list > based on the relevance of the current email. Not only is that a huge plus > for them, but by its very nature it means more qualified results and > actually cuts down on the amount of email actually being sent. (EX> This > email goes to 3000 users because I can break it down instead of the 10,000 > it might have gone to if I just needed to send to everyone to make sure the > right people got it). > > > I cant remember who else said they were suing this. Monday brain. > > HTH > > Alex > Alex J McCombie New World Media Chief Information Officer Drawer 607 800/724.8973 Fair Haven, NY 13064 Alex@NewWorldMedia.com http://OurClients.comInterface Designer WebDNA Programmer Database Designer------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Sending emails (went[ot] ) (Alain Russell 2002)
  2. Re: Sending emails (went[ot] ) (Alex McCombie 2002)
  3. Re: Sending emails (went[ot] ) (Alex McCombie 2002)
  4. Re: Sending emails (went[ot] ) (Andrew Simpson 2002)
  5. Re: Sending emails (went[ot] ) (Alain Russell 2002)
  6. Re: Sending emails (went[ot] ) (Rene van der Velde 2002)
On 12/16/02 2:34 PM, Alex McCombie wrote: Oops forgot to mention a snedmail at the end to deal with the remaining emails that didn't trigger on the 100Set templistvar = Listwords for EMAILVAR set templistvar = word,templistvar showif index\100 Sendmail to templistvar using BCC for templistvar placement insert copy /sendmail set templistvar = /showif /listwordsShowif templistvar ! Sendmail to templistvar using BCC for templistvar placement insert copy /sendmail /showifThis will send the remaining out as well as not try to send an empty email if it actually landed on your qualifier (100)> Here is a logic that we will be implementing. I have heard the debate a > thousand times on how webcat does not work well as a list manager and that > listserve software is the way to go. However, when much of your data (if not > all) including subscription services is managed in Webcat, there is a > tremendous value in being able to apply dynamic search criteria to a list of > members and have 'bulk style' email handled by webcat. > > > With that here is a concept that reduces the file IO significantly and still > works decent sized lists. > > In english (no code) > > Search on criteria. > Establish List of emails to send to. > Store sku's for email in EMAILvar. > > Then: > > Set templistvar = > Listwords for EMAILVAR > set templistvar = word,templistvar > showif index\100 > Sendmail to templistvar using BCC for templistvar placement > insert copy > /sendmail > set templistvar = > /showif > /listwords > > > Essentially if the email your sending is in true bulk mail style (all the > copy is the same) you can use this method. Whats nice about it is that you > can use the showif index\100 to reduce the amount of file IO needed to send > the mail. That 100 number can be adjusted up or down depending on your > average list size, or how picky your mail server is. I think someone said > they had used this method with a number up to 250. > > If you could use 250 that's 4 email files per thousand emails. Only 40 per > 10,000. > > Now again, this system still ends up in file IO trouble with huge numbers > (over 100,000 would be my guess), but for most of us managing lists of > people below that number it should work quite well. > > For our clients, its the ability to use search criteria to build their list > based on the relevance of the current email. Not only is that a huge plus > for them, but by its very nature it means more qualified results and > actually cuts down on the amount of email actually being sent. (EX> This > email goes to 3000 users because I can break it down instead of the 10,000 > it might have gone to if I just needed to send to everyone to make sure the > right people got it). > > > I cant remember who else said they were suing this. Monday brain. > > HTH > > Alex > Alex J McCombie New World Media Chief Information Officer Drawer 607 800/724.8973 Fair Haven, NY 13064 Alex@NewWorldMedia.com http://OurClients.comInterface Designer WebDNA Programmer Database Designer------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Alex McCombie

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:

RE: search same field twice??? (1999) tabs as delimiters (2004) So what ya working on? (or have you completed?) (2004) WebCatalog f2 Installation (1997) [WebDNA] FindString fails ... but why? (2014) textarea (2000) [Fwd: Rotating Banners ... (was LinkExchange)] (1997) Multiple Newcarts (1996) Adding a month and the 31st (bug?) (2002) Re:no [search] with NT (1997) show all problem (1997) Prices Dropped (1998) WC TableGrinder (1997) wrong input values? (1997) why is this line in GeneralStore? (1998) flushdatabases (1997) Formulas.db (1997) Printing controls - form feeds (2002) MacActivity and PCS (1997) Fwd: Problems with Webcatalog Plug-in (1997)