Re: AWeber Email List Management

2014-07-16 Thread Dean Lawrence
Thanks Maureen and Bryon for your suggestions. Yes, PHP is an option, but I am not posting directly to AWeber because I have to do work with the submitted data first prior to sending it to their server, including setting some CF session values. I was primarily trying to not have to work with 2 lan

Re: AWeber Email List Management

2014-07-15 Thread Byron Mann
Guess I should have phrased that a bit differently. Php (and others) option with cfexecute is certainly viable, I was concerned if the original poster was able to do so. They may be in a corporate, hosted or government environment that dictates otherwise. If php and CF are running locally on the

Re: AWeber Email List Management

2014-07-15 Thread Maureen
I don't see why not. If you are going to do that, there are several options other than PHP as well. Or you could just call the php page on your form action instead of a cfm page. On Tue, Jul 15, 2014 at 10:39 PM, Byron Mann wrote: > > Is installing php and using the php lib via cfexecute an op

Re: AWeber Email List Management

2014-07-15 Thread Byron Mann
Is installing php and using the php lib via cfexecute an option? Byron Mann Lead Engineer & Architect HostMySite.com On Jul 14, 2014 3:28 PM, "Dean Lawrence" wrote: > > Does anyone have any experience using the AWeber API ( > https://labs.aweber.com/) from within their ColdFusion app? They don'

Re: AWeber Email List Management

2014-07-15 Thread Maureen
The PHP version of the AWeber stuff doesn't look like it would that hard to convert to Coldfusion. Pretty straight forward code. On Tue, Jul 15, 2014 at 3:09 PM, Dean Lawrence wrote: > > Thanks for the suggestion Russ, > > Unfortunately, my client already settled on using AWeber. > > > On Mon,

Re: AWeber Email List Management

2014-07-15 Thread Dean Lawrence
Thanks for the suggestion Russ, Unfortunately, my client already settled on using AWeber. On Mon, Jul 14, 2014 at 3:31 PM, Russ Michaels wrote: > > no, but I can recommend www.sendgrid.com though > > > On Mon, Jul 14, 2014 at 8:27 PM, Dean Lawrence wrote: > > > > > Does anyone have any exper

Re: AWeber Email List Management

2014-07-14 Thread Russ Michaels
no, but I can recommend www.sendgrid.com though On Mon, Jul 14, 2014 at 8:27 PM, Dean Lawrence wrote: > > Does anyone have any experience using the AWeber API ( > https://labs.aweber.com/) from within their ColdFusion app? They don't > have an wrapper library for ColdFusion and their documenta

AWeber Email List Management

2014-07-14 Thread Dean Lawrence
Does anyone have any experience using the AWeber API (https://labs.aweber.com/) from within their ColdFusion app? They don't have an wrapper library for ColdFusion and their documentation is not very good. I haven't been able to find anything substantial by using Google, so any help pointing me