Mondo amounts of Mail [long]

This WebDNA talk-list message is from

1999


It keeps the original formatting.
numero = 25252
interpreted = N
texte = I'm trying to send a bulk email of about 6000 addresses not spam : )And I want to personalize each one, with a Dear first name, at the beginning and a hotlink to a removal page at the end.So I sat down and coded all of this in Webcatalog 2.1.3 and fired her up using the [sendmail] tag. on thanksgiving eve. What I neglected to remember was that this writes a text file to the mail folder, which SIMS then deletes. So anyway, I fired this baby up, and shortly realised I'd done something really really bad because there were over 10,000 files in the mail folder. I TB2'd in, and tried to delete them. as I was in the process of moving all these to the trash, the powerkey tripped the power.Blammo, no hard drive in the web server no mo! I mean it's directory structure is GONE!!OK so after fixing that mess, (take hard drive out of iMac, resore old backup DOH! to another machine, spend 5 days trying to recover some data off drive, give up all hope, and will to live, put drive in NT machine and format with MacDrive, put back into iMac, you can imagine the hours of playtime we had)But I will beat this email, or I WILL DIE TRYING!!! Heck I might even crack open that big thick sendmail book (blech!) I decided to get a little wiser, and use the FABULOUS netevents to just connect to my (extra) server and send the mail directly, no file writing involved. so I made Webcatalog write the script to a plain text file, and when I tried to bring it into script editor, well, it didn't like my little 5 mb applescript.so then I got a little smarter, and decided to use the also equally fabulous send mail osax, and I cleaned up the script to set the body as one variable and only repeat the to addresses and the removal... BUT, this script is still 900 some odd k, and script editor won't open/execute/save it because it 'exceeds the script's maximum possible length'so with that long winded explanation, my questions are: what is the max size of a applescript? is this a limitation in script editor or applescript itself? Can BBEdit save as a applescript applet? How?as it is now, the script is just a few variables; from, server, subject and a 6 paragraph body. and then 6000 of this:set to_field to email@domain.com sendmail using SMTP_field to to_field from From_field with subject Subject_field with body Dear First Name, & CRLF & main_body & footer_1 & to_field & footer_2 I think I can make a very short script, by repeating the actual sendmail part above from a seperate file, but I dunno how, can some script guru help with me with that? TIA sorry for the long post -Aaron------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go to .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 Associated Messages, from the most recent to the oldest:

    
  1. Re: Mondo amounts of Mail [long] (Marty Schmid 1999)
  2. Re: Mondo amounts of Mail [long] (Joseph D'Andrea 1999)
  3. Re: Mondo amounts of Mail [long] (Jay Van Vark 1999)
  4. Re: Mondo amounts of Mail [long] (Nitai 1999)
  5. Re: Mondo amounts of Mail [long] (Brian B. Burton 1999)
  6. Re: Version number missing (was Re: Mondo amounts of Mail [long]) (Aaron Lynch 1999)
  7. Version number missing (was Re: Mondo amounts of Mail [long]) (Kenneth Grome 1999)
  8. Re: Mondo amounts of Mail [long] (Marty Schmid 1999)
  9. Re: Mondo amounts of Mail [long] (Aaron Lynch 1999)
  10. Re: Mondo amounts of Mail [long] (Aaron Lynch 1999)
  11. Re: Mondo amounts of Mail [long] (Joseph D'Andrea 1999)
  12. Re: Mondo amounts of Mail [long] (Aaron Lynch 1999)
  13. Re: Mondo amounts of Mail [long] (John Butler 1999)
  14. Re: Mondo amounts of Mail [long] (Joseph D'Andrea 1999)
  15. Re: Mondo amounts of Mail [long] (John Butler 1999)
  16. Re: Mondo amounts of Mail [long] (Joseph D'Andrea 1999)
  17. Re: Mondo amounts of Mail [long] (Michael O Shea 1999)
  18. Mondo amounts of Mail [long] (Aaron Lynch 1999)
I'm trying to send a bulk email of about 6000 addresses not spam : )And I want to personalize each one, with a Dear first name, at the beginning and a hotlink to a removal page at the end.So I sat down and coded all of this in Webcatalog 2.1.3 and fired her up using the [sendmail] tag. on thanksgiving eve. What I neglected to remember was that this writes a text file to the mail folder, which SIMS then deletes. So anyway, I fired this baby up, and shortly realised I'd done something really really bad because there were over 10,000 files in the mail folder. I TB2'd in, and tried to delete them. as I was in the process of moving all these to the trash, the powerkey tripped the power.Blammo, no hard drive in the web server no mo! I mean it's directory structure is GONE!!OK so after fixing that mess, (take hard drive out of iMac, resore old backup DOH! to another machine, spend 5 days trying to recover some data off drive, give up all hope, and will to live, put drive in NT machine and format with MacDrive, put back into iMac, you can imagine the hours of playtime we had)But I will beat this email, or I WILL DIE TRYING!!! Heck I might even crack open that big thick sendmail book (blech!) I decided to get a little wiser, and use the FABULOUS netevents to just connect to my (extra) server and send the mail directly, no file writing involved. so I made Webcatalog write the script to a plain text file, and when I tried to bring it into script editor, well, it didn't like my little 5 mb applescript.so then I got a little smarter, and decided to use the also equally fabulous send mail osax, and I cleaned up the script to set the body as one variable and only repeat the to addresses and the removal... BUT, this script is still 900 some odd k, and script editor won't open/execute/save it because it 'exceeds the script's maximum possible length'so with that long winded explanation, my questions are: what is the max size of a applescript? is this a limitation in script editor or applescript itself? Can BBEdit save as a applescript applet? How?as it is now, the script is just a few variables; from, server, subject and a 6 paragraph body. and then 6000 of this:set to_field to email@domain.com sendmail using SMTP_field to to_field from From_field with subject Subject_field with body Dear First Name, & CRLF & main_body & footer_1 & to_field & footer_2 I think I can make a very short script, by repeating the actual sendmail part above from a seperate file, but I dunno how, can some script guru help with me with that? TIA sorry for the long post -Aaron------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go to .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 Aaron Lynch

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:

Press Release hit the NewsWire!!! (1997) Generating and appending SKU to a db automatically (1998) WC2b15 File Corruption (1997) Keep away (1997) Webten + Webcat running smooth (1998) Nesting Search Within Tag? (1997) WebCat2b13MacPlugIn - [include] (1997) Bug in capitalize ... ? (2003) transferring values (1998) [WebDNA] Trying to search for two values within one criteria... (2016) Download URL & access on the fly ? (1997) calculate age (2003) help with autenticate (1998) Upgrading from version (1998) Database Options (1997) Where is f2? (1997) Pass Thru Page? (1998) Re:Hideif / Showif (1998) WCS Newbie question (1997) WebCatalog 2.0 & WebDNA docs in HTML ... (1997)