Or he could just read the one published by cfdj- rewriting it would be such a waste and probably piss off the dude who wrote it in the first place.
-----Original Message----- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 5:56 PM To: CF-Talk Subject: RE: Mass Email Solution I'm not sure how much more I can add to the suggestion other than writing the actual code needed to accomplish the task. I am loathed to rewrite the code to answer a single person's question. However, if a large number of people really wanted to know how to do this than I would probably just write an article and put it up somewhere. Otherwise, I and my company do offer professional services. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] > -----Original Message----- > From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 5:33 PM > To: CF-Talk > Subject: RE: Mass Email Solution > > I'd like to back up matt's idea of using cffile for writing to the que of > qmail directly. Much more efficient than most methods I've explored and > the > cheapest too. > > The most recent cfdj has an artical about this technique. If you didn't > find > anything via google then I wouldn't be so fast to accuse others not > knowing > what their doing! ;) Hey, just a friendly barb. Take a look at the qMail > documentation- specifically where the spool folder is located. Send an > email > with qMail and surely you will see that that email is in fact in the spool > folder. Using cffile you too can write files... anywhere! But any guesses > as > to where you'd write a file you want emailed? Thats right- the folder the > emails are spooled from. > > Check out: www.sys-con.com for info on that artical. > > Developers are a surely lot and digging info from them is best achieved > through politeness. "thanks for nothing"?? > > What good does that do? > > -----Original Message----- > From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 4:08 PM > To: CF-Talk > Subject: RE: Mass Email Solution > > > Have a look at ActiveMail from CFDEV (http://www.cfdev.com). > > -----Original Message----- > From: Larry Juncker [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002 2:48 AM > To: CF-Talk > Subject: RE: Mass Email Solution > > > Obviously you know not what you speak of...... > > I have spent two hours on your links and have found absolutely NOTHING > dealing with Cold Fusion and Qmail. If you can not help someone with > pertinent information then why respond at all? > > Thanks for obviously nothing... > > -----Original Message----- > From: Alex [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 8:56 AM > To: CF-Talk > Subject: RE: Mass Email Solution > > > It would be easy if you just did a little research. http://www.google.com > http://www.lifewithqmail.com http://cr.yp.to/qmail.html > > > > On Tue, 23 Jul 2002, Larry Juncker wrote: > > > Matt; > > > > Could you expand on this simplistic answer just a little more please. > > Could > you > > provide a sample template of what needs to be done by CFFILE in order > > to write directly to the QMAIL QUEUE. This sounds very intriguing to > > me. > > > > I would be open to anything that makes my outgoing mail work better. > > > > Thanks in Advance > > Larry Juncker > > Senior Cold Fusion Developer > > Heartland Communications Group, Inc. [EMAIL PROTECTED] > > > > > > -----Original Message----- > > From: Matt Liotta [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 17, 2002 1:29 PM > > To: CF-Talk > > Subject: RE: Mass Email Solution > > > > > > Go get qmail for free and use <cffile> to write emails directly to its > > queue. That will get you an MTA that can easily do a million emails in a > > day. > > > > Matt Liotta > > President & CEO > > Montara Software, Inc. > > http://www.montarasoftware.com/ > > V: 415-577-8070 > > F: 415-341-8906 > > P: [EMAIL PROTECTED] > > > > > -----Original Message----- > > > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, July 17, 2002 11:27 AM > > > To: CF-Talk > > > Subject: Re: Mass Email Solution > > > > > > The current version is Windows only but we have long-term plans for a > > > Linux version. > > > > > > Regards, > > > > > > Howie > > > > > > ----- Original Message ----- > > > From: "Chris Edwards" <[EMAIL PROTECTED]> > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > Sent: Wednesday, July 17, 2002 2:07 PM > > > Subject: Re: Mass Email Solution > > > > > > > > > > I'm looking for a Unix/Windows solution, mainly a Unix one. Will > > iMS-SE > > > run > > > > on Unix? > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Howie Hamlin" <[EMAIL PROTECTED]>; > > > > <[EMAIL PROTECTED]> > > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > > Sent: Wednesday, July 17, 2002 1:14 PM > > > > Subject: Re: Mass Email Solution > > > > > > > > > > > > > You may want to have a look at iMS-SE for this. iMS-SE is a > > > > high-performance mail sending engine for ColdFusion that > > > > > does not require an external email server like other CFMAIL > > > replacements > > > > do. iMS is the mail sending engine behind all > > > > > of the House of Fusion lists, BTW. > > > > > > > > > > Here is a comparison of iMS-SE versus other CFMAIL replacements: > > > > > > > > > > http://www.coolfusion.com/imssecomparison.cfm > > > > > > > > > > You can download and install a fully-functional 60-day trial from > > our > > > > downloads page. > > > > > > > > > > Regards, > > > > > > > > > > -- > > > > > Howie Hamlin - inFusion Project Manager > > > > > On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 > > x101 > > > > > inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail > > > Server > > > > > >>> Find out how iMS Stacks up to the competition: > > > > http://www.coolfusion.com/imssecomparison.cfm > > > > > > > > > > ----- Original Message ----- > > > > > From: "Chris Edwards" <[EMAIL PROTECTED]> > > > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > > > Sent: Wednesday, July 17, 2002 12:03 PM > > > > > Subject: Mass Email Solution > > > > > > > > > > > > > > > > Hey, > > > > > > > > > > > > Any suggestions on the best way to manage and send email to a > > list > > > of > > > > about > > > > > > 10,000 in an efficient manner? > > > > > > > > > > > > Would I need to use a high-performance mail build? > > > > > > Should I not use cfmail, but a compiled tag? > > > > > > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

