RE: [WebDNA] Sending 100 mails an hour then pausing

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105988
interpreted = N
texte = This is a multipart message in MIME format. ------=_NextPart_000_0070_01CB87E9.6F77C100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Just to clarify , the WebDNA on the template would process emails in = chunks of 100, then the META-REFRESH set to 3600 would repeat the 100 chunk = process every hour. =20 Sound good? =20 From: Will Starck [mailto:wjs@novaderm.com]=20 Sent: Friday, November 19, 2010 12:56 PM To: talk@webdna.us Subject: RE: [WebDNA] Sending 100 mails an hour then pausing =20 That=92s not a damn bad idea ;) =20 So I=92ll set the META-REFRESH for 3600, which should translate to 1 = hour, correct? =20 Thanks, =20 Will =20 From: Kenneth Grome [mailto:kengrome@gmail.com]=20 Sent: Friday, November 19, 2010 12:10 PM To: talk@webdna.us Subject: Re: [WebDNA] Sending 100 mails an hour then pausing =20 I'll tell you one way I've done this before: I wrote a script that sends an email to ONE subscriber then marks that address "sent" so it never gets sent again.=20 Then I put a META-REFRESH tag into the page, set it for one second, and request that page in my browser. Then I leave the browser open and observe the script's progress until = all messages have been sent. This is a quick and easy way to throttle WebDNA when you can just leave = a browser tab open while it's working. Sincerely, Kenneth Grome > Hello team- >=20 >=20 >=20 > OK, this aging brain needs some help =96been too long since > I=92ve coded in WebDNA ;( >=20 >=20 >=20 > We=92re having a going out of business sale for one of our > stores and want to email our customers with our final > special. These customers are all opt-in from our mailing > list. >=20 >=20 >=20 > As a test, last week I sent 4000 emails and only got > about 15 orders out of 4000 potential which is abysmal. > I suspect most were caught up in spam filters because I > didn=92t throttle the rate at which they went out. >=20 >=20 >=20 > So I=92m thinking I should be sending out about 100 emails > every hour. >=20 >=20 >=20 > So my sendmail could be something like: >=20 >=20 >=20 > [math show=3Df]count=3D0[/math] >=20 > [search db=3D orders.db&neemaildata=3D[blank]&emailsumm=3DT] >=20 > [founditems] >=20 > [sendmail to[email]&blah] >=20 > [math show=3Df]count =3D count + 1[/math] >=20 > [showif [count] =3D100]math > show=3Df]count=3D0[/math][!]reset counter to 0[/!] >=20 > Some code that waits for an hour =DF > need help with this snippet >=20 > [/showif] >=20 > [/founditems] >=20 > [/search] >=20 > Thanks guys. >=20 >=20 >=20 > Will ------=_NextPart_000_0070_01CB87E9.6F77C100 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Just to clarify , the WebDNA on the template would process emails in = chunks of 100, then the META-REFRESH set to 3600 would repeat the 100 = chunk process every hour.

 

Sound good?

 

From:= = Will Starck [mailto:wjs@novaderm.com]
Sent: Friday, November = 19, 2010 12:56 PM
To: talk@webdna.us
Subject: RE: = [WebDNA] Sending 100 mails an hour then = pausing

 

That’s not a damn bad idea ;)

 

So I’ll set the META-REFRESH for 3600, which should translate = to 1 hour, correct?

 

Thanks,

 

Will

 

From:= = Kenneth Grome [mailto:kengrome@gmail.com]
Sent: Friday, = November 19, 2010 12:10 PM
To: = talk@webdna.us
Subject: Re: [WebDNA] Sending 100 mails an hour = then pausing

 

I'll tell you one way I've = done this before:

I wrote a script that sends an email to ONE subscriber = then marks that address "sent" so it never gets sent again. =

Then I put a META-REFRESH tag into the page, set it for = one second, and request that page in my browser.

Then I leave the browser open and observe the script's = progress until all messages have been sent.

This is a quick and easy way to throttle WebDNA when you = can just leave a browser tab open while it's = working.

Sincerely,

Kenneth = Grome

> Hello team-

> =

> =

> =

> OK, this = aging brain needs some help –been too long = since

> I’ve = coded in WebDNA ;(

> =

> =

> =

> We’re = having a going out of business sale for one of = our

> stores and = want to email our customers with our final

> special. = These customers are all opt-in from our mailing

> = list.

> =

> =

> =

> As a test, = last week I sent 4000 emails and only got

> about 15 = orders out of 4000 potential which is abysmal.

> I suspect = most were caught up in spam filters because I

> didn’t = throttle the rate at which they went out.

> =

> =

> =

> So I’m = thinking I should be sending out about 100 = emails

> every = hour.

> =

> =

> =

> So my = sendmail could be something like:

> =

> =

> =

> [math = show=3Df]count=3D0[/math]

> =

> [search = db=3D = orders.db&neemaildata=3D[blank]&emailsumm=3DT]<= /p>

> =

> = [founditems]

> =

> [sendmail = to[email]&blah]

> =

> [math = show=3Df]count =3D count + 1[/math]

> =

> [showif = [count] =3D100]math

> = show=3Df]count=3D0[/math][!]reset counter to = 0[/!]

> =

> Some code = that waits for an hour =DF

> need help = with this snippet

> =

> = [/showif]

> =

> = [/founditems]

> =

> = [/search]

> =

> Thanks = guys.

> =

> =

> =

> = Will

------=_NextPart_000_0070_01CB87E9.6F77C100-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Sending 100 mails an hour then pausing (Govinda 2010)
  2. Re: [WebDNA] Sending 100 mails an hour then pausing (Kenneth Grome 2010)
  3. RE: [WebDNA] Sending 100 mails an hour then pausing ("Olin Lagon" 2010)
  4. Re: [WebDNA] Sending 100 mails an hour then pausing (Govinda 2010)
  5. Re: [WebDNA] Sending 100 mails an hour then pausing (Kenneth Grome 2010)
  6. RE: [WebDNA] Sending 100 mails an hour then pausing ("Olin Lagon" 2010)
  7. RE: [WebDNA] Sending 100 mails an hour then pausing ("Will Starck" 2010)
  8. RE: [WebDNA] Sending 100 mails an hour then pausing ("Will Starck" 2010)
  9. Re: [WebDNA] Sending 100 mails an hour then pausing (Kenneth Grome 2010)
This is a multipart message in MIME format. ------=_NextPart_000_0070_01CB87E9.6F77C100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Just to clarify , the WebDNA on the template would process emails in = chunks of 100, then the META-REFRESH set to 3600 would repeat the 100 chunk = process every hour. =20 Sound good? =20 From: Will Starck [mailto:wjs@novaderm.com]=20 Sent: Friday, November 19, 2010 12:56 PM To: talk@webdna.us Subject: RE: [WebDNA] Sending 100 mails an hour then pausing =20 That=92s not a damn bad idea ;) =20 So I=92ll set the META-REFRESH for 3600, which should translate to 1 = hour, correct? =20 Thanks, =20 Will =20 From: Kenneth Grome [mailto:kengrome@gmail.com]=20 Sent: Friday, November 19, 2010 12:10 PM To: talk@webdna.us Subject: Re: [WebDNA] Sending 100 mails an hour then pausing =20 I'll tell you one way I've done this before: I wrote a script that sends an email to ONE subscriber then marks that address "sent" so it never gets sent again.=20 Then I put a META-REFRESH tag into the page, set it for one second, and request that page in my browser. Then I leave the browser open and observe the script's progress until = all messages have been sent. This is a quick and easy way to throttle WebDNA when you can just leave = a browser tab open while it's working. Sincerely, Kenneth Grome > Hello team- >=20 >=20 >=20 > OK, this aging brain needs some help =96been too long since > I=92ve coded in WebDNA ;( >=20 >=20 >=20 > We=92re having a going out of business sale for one of our > stores and want to email our customers with our final > special. These customers are all opt-in from our mailing > list. >=20 >=20 >=20 > As a test, last week I sent 4000 emails and only got > about 15 orders out of 4000 potential which is abysmal. > I suspect most were caught up in spam filters because I > didn=92t throttle the rate at which they went out. >=20 >=20 >=20 > So I=92m thinking I should be sending out about 100 emails > every hour. >=20 >=20 >=20 > So my sendmail could be something like: >=20 >=20 >=20 > [math show=3Df]count=3D0[/math] >=20 > [search db=3D orders.db&neemaildata=3D[blank]&emailsumm=3DT] >=20 > [founditems] >=20 > [sendmail to[email]&blah] >=20 > [math show=3Df]count =3D count + 1[/math] >=20 > [showif [count] =3D100]math > show=3Df]count=3D0[/math][!]reset counter to 0[/!] >=20 > Some code that waits for an hour =DF > need help with this snippet >=20 > [/showif] >=20 > [/founditems] >=20 > [/search] >=20 > Thanks guys. >=20 >=20 >=20 > Will ------=_NextPart_000_0070_01CB87E9.6F77C100 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Just to clarify , the WebDNA on the template would process emails in = chunks of 100, then the META-REFRESH set to 3600 would repeat the 100 = chunk process every hour.

 

Sound good?

 

From:= = Will Starck [mailto:wjs@novaderm.com]
Sent: Friday, November = 19, 2010 12:56 PM
To: talk@webdna.us
Subject: RE: = [WebDNA] Sending 100 mails an hour then = pausing

 

That’s not a damn bad idea ;)

 

So I’ll set the META-REFRESH for 3600, which should translate = to 1 hour, correct?

 

Thanks,

 

Will

 

From:= = Kenneth Grome [mailto:kengrome@gmail.com]
Sent: Friday, = November 19, 2010 12:10 PM
To: = talk@webdna.us
Subject: Re: [WebDNA] Sending 100 mails an hour = then pausing

 

I'll tell you one way I've = done this before:

I wrote a script that sends an email to ONE subscriber = then marks that address "sent" so it never gets sent again. =

Then I put a META-REFRESH tag into the page, set it for = one second, and request that page in my browser.

Then I leave the browser open and observe the script's = progress until all messages have been sent.

This is a quick and easy way to throttle WebDNA when you = can just leave a browser tab open while it's = working.

Sincerely,

Kenneth = Grome

> Hello team-

> =

> =

> =

> OK, this = aging brain needs some help –been too long = since

> I’ve = coded in WebDNA ;(

> =

> =

> =

> We’re = having a going out of business sale for one of = our

> stores and = want to email our customers with our final

> special. = These customers are all opt-in from our mailing

> = list.

> =

> =

> =

> As a test, = last week I sent 4000 emails and only got

> about 15 = orders out of 4000 potential which is abysmal.

> I suspect = most were caught up in spam filters because I

> didn’t = throttle the rate at which they went out.

> =

> =

> =

> So I’m = thinking I should be sending out about 100 = emails

> every = hour.

> =

> =

> =

> So my = sendmail could be something like:

> =

> =

> =

> [math = show=3Df]count=3D0[/math]

> =

> [search = db=3D = orders.db&neemaildata=3D[blank]&emailsumm=3DT]<= /p>

> =

> = [founditems]

> =

> [sendmail = to[email]&blah]

> =

> [math = show=3Df]count =3D count + 1[/math]

> =

> [showif = [count] =3D100]math

> = show=3Df]count=3D0[/math][!]reset counter to = 0[/!]

> =

> Some code = that waits for an hour =DF

> need help = with this snippet

> =

> = [/showif]

> =

> = [/founditems]

> =

> = [/search]

> =

> Thanks = guys.

> =

> =

> =

> = Will

------=_NextPart_000_0070_01CB87E9.6F77C100-- "Will Starck"

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:

$purchase WITHOUT creditcar (1997) lookup problem (2000) [WebDNA] Commas within table content (2009) 4.51 Triggers (2003) Spell Check (2005) [OT] Robust order processing (2003) Buying sans cart (1997) WebCat name recognition (was MacFinder -- a new WebDNA web site) (1998) Creating main- and sub-category search (1997) Automatic [URL]ing by the webdna engine (2003) FM and Webcat together? (1998) WebCat virtual postcard is done! Thanks for the help! (1998) Bug Report, maybe (1997) Email Obfuscation Function (2008) Tool of Use to Unix WebCat Admins (2000) Bug Report, maybe (1997) [isfolder] and [filename] (1997) FlushDatabases (2000) [OT] Display Glitch (2004) [WriteFile] problems (1997)