| re: Calling an coldfusion template from a ASP script
thanx, i like that idea, i am trying to find out the maximum number of
characters that i can use in the redirect. taking up on your approach, maybe
i could store the email data elsewhere and then read it into CFMAIL
salud
John
"Kris Eiben" <eibenkthisisforspammers@yahoo.com> wrote in message
news:uThiu2JTDHA.2248@TK2MSFTNGP11.phx.gbl...[color=blue]
> Could you store up all the emails in a variable as you loop through, and
> send that concatenated variable to the CF page through a redirect?
>
> "John Reid" <John.Reid@optusnet.com.au> wrote in message
> news:3f16f391$0$26532$afc38c87@news.optusnet.com.a u...[color=green]
> > thanx Kris and Mark,
> >
> > yes,but i do not know how to get it to loopthru the xml file, spitting[/color]
> out a[color=green]
> > email each time. And i am using CFMAIL ie
> >
> > salud
> >
> > John
> > eg
> > for (var i = players.nextNode(); i; i = players.nextNode())
> > {
> > Server.Execute("sendemail.cfm?john=helen")
> > }
> > "Kris Eiben" <eibenkthisisforspammers@yahoo.com> wrote in message
> > news:O5QJKmGTDHA.2312@tk2msftngp13.phx.gbl...[color=darkred]
> > > Not if he's trying to use the CF mail server it's not.
> > >
> > > When we need to use CFmail, we use
> > > response.redirect("whatever.cfm?var=blah"), with no problems. If
> > > redirect works for you, could you rewrite that page so you can use[/color][/color]
> it?[color=green][color=darkred]
> > >
> > > "mark | r" <mark@nmd.freeuk.com> wrote in message
> > > news:3f1680b4$0$959$cc9e4d1f@news.dial.pipex.com.. .
> > > > theres a cfm to asp conversion tool on hotscripts.com, dont know[/color][/color]
> if[color=green][color=darkred]
> > > its of
> > > > any use
> > > > mark
> > > >
> > > > "John Reid" <John.Reid@optusnet.com.au> wrote in message
> > > > news:3f15ffa6$0$26535$afc38c87@news.optusnet.com.a u...
> > > > > G'day,
> > > > > On the server i am using a asp script to loop thru an xml file[/color][/color]
> that[color=green][color=darkred]
> > > contains
> > > > > a number of email addresses. When i pick up a email address i[/color][/color]
> would[color=green][color=darkred]
> > > like to
> > > > > call a cfm template that sends the email. I have tried the[/color][/color]
> below:[color=green][color=darkred]
> > > > > Server.Execute("sendemail.cfm?Email=john");
> > > > > but it gives me a ASP 0231 error. i suspect that i can only call
> > > another asp
> > > > > script. Interestingly i only get an error when i use the string
> > > parameter
> > > > > any thoughts? i would like to use CF as the mail delivery[/color][/color]
> vehicle[color=green][color=darkred]
> > >
> > >[/color]
> >
> >[/color]
>
>[/color] |