prob with Rotunda's CallPHP [was Re: Sending hundreds of eMails]

2012-01-07 Thread Nicolas Cueto
Hello David, Thanks for CallPHP. A problem, though. In the callPHP stack, not all the demos work. What works: "StripTags" What doesn't: "AddNumbers" and "GetArrayAsString" Here verbatim (except for the url path) is the error returned by the callPHP stack (in callPHPRes) for both "AddNumbers" a

Re: Sending hundreds of eMails

2012-01-06 Thread Pierre Sahores
Along Sarah's one, Ben's email script works 100% fine for such needs ;-) http://lessons.runrev.com/s/lessons/m/4070/l/8184-Sending-Emails-From-LiveCode-Server-Scripts Best, Le 5 janv. 2012 à 17:17, LiveCode a écrit : > Look into PHPList- it's a free, open source system for doing this, and has

Re: Sending hundreds of eMails

2012-01-06 Thread Richmond Mathewson
Andre Garzia wrote: * Fill your "from" field with a Real Existing eMail account that can be verified by the receiving server. This is double plus good Ooooh: who has been reading George Orwell? . . .. :) Here in Brazil kids read 1984 in the school... that along with Brave New Wo

RE: Sending hundreds of eMails

2012-01-06 Thread John Dixon
Aldous Huxley's 'Brave New World' still impresses...:-) > From: an...@andregarzia.com > Here in Brazil kids read 1984 in the school... that along with Brave New > World made a strong impression in my young mind. ___

Re: Sending hundreds of eMails

2012-01-06 Thread Andre Garzia
> >> * Fill your "from" field with a Real Existing eMail account that can be >> verified by the receiving server. This is double plus good >> > > Ooooh: who has been reading George Orwell? . . .. :) > Here in Brazil kids read 1984 in the school... that along with Brave New World made a strong imp

Re: Sending hundreds of eMails

2012-01-05 Thread Erik Schwartz
Amazone SES now supports SMTP which kind of makes it a no-brainer. On Thu, Jan 5, 2012 at 6:51 AM, Dan Friedman wrote: > Hello! > > I have a client that wants to send hundreds of eMails - each one unique, > customized to the recipient.  Formatting the eMail is easy... but how do you > send an

Re: Sending hundreds of eMails

2012-01-05 Thread Richmond Mathewson
Andre Garzia wrote: Once, I earned a living by sending emails. We sent millions per day. I was an employee of a email marketing company, our clients were companies like wallmart, readers digest and other retail stores here in Brazil. Our millions emails went just in-country. Believe me, sending m

Re: Sending hundreds of eMails

2012-01-05 Thread Andre Garzia
Once, I earned a living by sending emails. We sent millions per day. I was an employee of a email marketing company, our clients were companies like wallmart, readers digest and other retail stores here in Brazil. Our millions emails went just in-country. Believe me, sending massive amounts of emai

Re: Sending hundreds of eMails

2012-01-05 Thread Bob Earp
you want a copy. best, Bob... > Message: 4 > Date: Thu, 5 Jan 2012 06:51:34 -0800 > From: Dan Friedman > To: use-livecode@lists.runrev.com > Subject: Sending hundreds of eMails > Hello! > > I have a client that wants to send hundreds of eMails - each one unique, > cu

Re: Sending hundreds of eMails

2012-01-05 Thread Dan Friedman
Mark, > I do this a few times every year. If you want, I can help you with it. > Assuming it it a commercial project, I won't do it for free but I think it > doesn't need to cost much. I tried this approach already but didn't get good results. The PHP return "success", but the eMail never g

Re: Sending hundreds of eMails

2012-01-05 Thread David Beck
ly in small amounts.) Hope that helps. David Beck Rotunda Software On Jan 5, 2012, at 10:00 AM, use-livecode-requ...@lists.runrev.com wrote: > Date: Thu, 5 Jan 2012 16:00:50 +0100 > From: Mark Schonewille > To: How to use LiveCode > Subject: Re: Sending hundreds of eMails > Me

Re: Sending hundreds of eMails

2012-01-05 Thread Andrew Kluthe
e.com/Sending-hundreds-of-eMails-tp4265779p4266172.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: Sending hundreds of eMails

2012-01-05 Thread LiveCode
Look into PHPList- it's a free, open source system for doing this, and has tons of other functionality you need, like tracking bounces, handling unsubscribes, etc. On Jan 5, 2012, at 6:51 AM, Dan Friedman wrote: > Hello! > > I have a client that wants to send hundreds of eMails - each one un

Re: Sending hundreds of eMails

2012-01-05 Thread Mark Schonewille
Hi Dan, Obviously, you don't want to use Gmail. You'd be marked as a spammer and you'd be out of business soon. Tell your customer to get a decent web server and his own domain. Use some PHP scripts to which LiveCode can connect. Put the e-mail on the server, so you won't need to send it each

Re: Sending hundreds of eMails

2012-01-05 Thread Mike Bonner
You might have a look at www.troz.net/rev/stacks/SMTP_library_demo.rev On Thu, Jan 5, 2012 at 7:51 AM, Dan Friedman wrote: > Hello! > > I have a client that wants to send hundreds of eMails - each one unique, > customized to the recipient. Formatting the eMail is easy... but how do > you send a

Sending hundreds of eMails

2012-01-05 Thread Dan Friedman
Hello! I have a client that wants to send hundreds of eMails - each one unique, customized to the recipient. Formatting the eMail is easy... but how do you send an eMail from within LC? revMail brings up their eMail client which is not what we want because (a) they would have to click "Send"