Attaching digital signature to mail generated by ColdFusion?

2009-02-06 Thread Dan Parker
Does anyone know if ColdFusion can attach a digital signature to the mail it generates? We have a requirement to do so. I'm trying to find out if we can do it with CF or if we have to apply the signature with our mail server (not sure that's possible either). We have both system generated

Re: Coldfusion with Godaddy

2006-12-08 Thread Dan Parker
It appears that GoDaddy is still blocking createObject. Has anyone documented the code changes necessary to get Ray's BlogCFC working? I would really appreciate it if someone could post them. If no one has it documented, I will...after I get it figured outI should do a code review of Ray's

Re: Automating data source password changes

2006-10-11 Thread Dan Parker
How are getting an encrypted value before it gets placed in neo-query? I'm using the encrypted password that's currently in the neo-query.xml file. I think it takes the epassword value and compares it to what's in neo-query.xml to make sure it matches before it changes the password to the new

Re: Automating data source password changes

2006-10-10 Thread Dan Parker
I finally figured it out. The only piece that I was missing was the correct value of the epassword attribute of the cfide.administrator.components.datasource component. The epassword value is the encrypted value of the current password. For example, let's say the current password for the

Automating data source password changes

2006-10-09 Thread Dan Parker
We're looking for a way to automate our data source password changes. Does anyone know of a way to to change the passwords without logging into the CF Administrator? We are on MX 6.1 and use Oracle data sources. Has anyone used datasource.cfc in MX7 to automate their password changes?

Re: Automating data source password changes

2006-10-09 Thread Dan Parker
For our MX 6 server, I've been working with the following code. It keeps giving a numerical error. The number seems to be based on the password that I pass to the component: cfset setDSN=createObject(component,cfide.administrator.components.datasource) cfinvoke component=#setDSN#

Can a Java program use a CF data source?

2006-09-22 Thread Dan Parker
We'd like for our Java developers to be able to use our ColdFusion data sources. This would eliminate the need for them to have separate config files for database connections. An alternate question would be Can CF and Java developers use the same data sources? I'd like to know our options.

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Parker
We're running the stand alone version, but we are considering running the J2EE version when we upgrade to MX7. I'll check out the global datasources idea. Thanks! ~| Introducing the Fusion Authority Quarterly Update. 80 pages