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.6F77C100Content-Type: text/plain;charset="iso-8859-1"Content-Transfer-Encoding: quoted-printableJust to clarify , the WebDNA on the template would process emails in =chunksof 100, then the META-REFRESH set to 3600 would repeat the 100 chunk =processevery hour.=20Sound good?=20From: Will Starck [mailto:wjs@novaderm.com]=20Sent: Friday, November 19, 2010 12:56 PMTo: talk@webdna.usSubject: RE: [WebDNA] Sending 100 mails an hour then pausing=20That=92s not a damn bad idea ;)=20So I=92ll set the META-REFRESH for 3600, which should translate to 1 =hour,correct?=20Thanks,=20Will=20From: Kenneth Grome [mailto:kengrome@gmail.com]=20Sent: Friday, November 19, 2010 12:10 PMTo: talk@webdna.usSubject: Re: [WebDNA] Sending 100 mails an hour then pausing=20I'll tell you one way I've done this before:I wrote a script that sends an email to ONE subscriber then marks thataddress "sent" so it never gets sent again.=20Then I put a META-REFRESH tag into the page, set it for one second, andrequest that page in my browser.Then I leave the browser open and observe the script's progress until =allmessages have been sent.This is a quick and easy way to throttle WebDNA when you can just leave =abrowser 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.6F77C100Content-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:
This is a multipart message in MIME format.------=_NextPart_000_0070_01CB87E9.6F77C100Content-Type: text/plain;charset="iso-8859-1"Content-Transfer-Encoding: quoted-printableJust to clarify , the WebDNA on the template would process emails in =chunksof 100, then the META-REFRESH set to 3600 would repeat the 100 chunk =processevery hour.=20Sound good?=20From: Will Starck [mailto:wjs@novaderm.com]=20Sent: Friday, November 19, 2010 12:56 PMTo: talk@webdna.usSubject: RE: [WebDNA] Sending 100 mails an hour then pausing=20That=92s not a damn bad idea ;)=20So I=92ll set the META-REFRESH for 3600, which should translate to 1 =hour,correct?=20Thanks,=20Will=20From: Kenneth Grome [mailto:kengrome@gmail.com]=20Sent: Friday, November 19, 2010 12:10 PMTo: talk@webdna.usSubject: Re: [WebDNA] Sending 100 mails an hour then pausing=20I'll tell you one way I've done this before:I wrote a script that sends an email to ONE subscriber then marks thataddress "sent" so it never gets sent again.=20Then I put a META-REFRESH tag into the page, set it for one second, andrequest that page in my browser.Then I leave the browser open and observe the script's progress until =allmessages have been sent.This is a quick and easy way to throttle WebDNA when you can just leave =abrowser 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.6F77C100Content-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:
URGENT can not.... (2006)
Summing fields (1997)
[WebDNA] Need some PHP help (2009)
Max Record length restated as maybe bug (1997)
PCS Frames (1997)
japanese characters (1997)
FREE Stuff .. (2003)
Date sorting (2004)
Interpret twice? (1997)
[OT] Kerio Mailserver (2003)
One more try (1997)
[url] (1997)
Simple Database close connection (2001)
WebDNA vs PHP (2003)
Searchable Archives? (2000)
WebCat2b13MacPlugin - [math][date][/math] problem (1997)
Where's Cart Created ? (1997)
[HIDEIF] inside [FOUNDITEM] (1997)
Replace context problem ... (1997)
Same Table Opened Twice (2003)