I can't give you an unbiased opinion but we have based our business on
customer service.  Our website is www.HostMySite.com and CF hosting is about
50% of our business.  We also advertise in the CF Developers Journal.  If
you have any questions you can ask me or email [EMAIL PROTECTED] .   I
suggest you test our support by emailing them directly.  This is a fair way
to judge a company.  Whenever I am looking for a product that requires
support I always call them or email them with a question.

Thanks,

Neil

----- Original Message -----
From: "Darien C. Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 21, 2001 7:58 AM
Subject: CF Host Supports CFFile Tag


> Hi,
>
> I am looking for a host who supports the CFFile tag. Our normal host,
> Readyhosting.com, does not. The other host that I have found who does
> charges $100/month.  This is way out of my price league.
>
> Thanks in advance.
>
> Darien C. Small
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: CF-Talk [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 20, 2001 6:15 AM
> To: [EMAIL PROTECTED]
> Subject: CF-Talk-list V1 #28
>
> CF-Talk-list                   Thu, 20 Dec 2001           Volume 1 :
Number
> 28
>
> In this issue:
>
>         Re: HTML EMAIL
>         Subtract Time
>         Re: Subtract Time
>         Re: Subtract Time
>         Re: Digest
>         Text documents - funny characters
>         Re: "Form Processing" Page
>         RE: Quick Question
>         RE: Text documents - funny characters
>         RE: Quick Question
>
>
> ----------------------------------------------------------------------
>
> Date: Thu, 20 Dec 2001 14:23:31 +1100
> From: Nick Texidor <[EMAIL PROTECTED]>
> Subject: Re: HTML EMAIL
> Message-ID: <[EMAIL PROTECTED]>
>
> I've been trying this, and having a few problems!!
>
> It sends the email with multiparts, as intended... however, Netscape no
> longer displays the email in HTML, it seems to prefer displaying the
> text mode!  When I sent emails with TYPE="HTML", Netscape displayed them
> correctly.
>
> Yet in another email program that I use that DIDN'T display the
> TYPE="HTML" newsletters correctly (just a pile of HTML) it now works!!
> Bizzare!!
>
> Can you ever win!!  :)
>
> N
>
>
>
> Tony Gruen wrote:
> >
> > Thank you  very much to all who replied. I truly appreciate it.
> >
> > T
> >
> > > This code should get you on your way.
> > > For simplicity I use 3 includes for the mime parts.
> > >
> > > * TEXT.CFM (plain text version for text only clients)
> > > * AOL.CFM (aol version for older version of aol - limited html tags)
> > > * HTML.CFM (html version)
> > >
> > > <cfmail to="" from="" subject="">
> > > <cfmailparam name="X-Mailer" value="VeloxWeb multipart mailer v1.0">
> > > <cfmailparam name="MIME-Version" value="1.0">
> > > <cfmailparam name="Content-Type" value="multipart/alternative;
> > > boundary=veloxweb">
> > >
> > > --veloxweb
> > > Content-Type: text/plain; charset=us-ascii
> > >
> > > <cfinclude template="text.cfm">
> > >
> > > --veloxweb
> > > Content-Type: text/x-aol; charset=us-ascii
> > >
> > > <cfinclude template="aol.cfm">
> > >
> > > --veloxweb
> > > Content-Type: text/html; charset=us-ascii
> > >
> > > <cfinclude template="html.cfm">
> > >
> > > --veloxweb--
> > > </cfmail>
> > >
> > > HTH,
> > >
> > > Joseph DeVore
> > > VeloxWeb Technologies
> > >
> > > -----Original Message-----
> > > From: Tony Gruen [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, December 19, 2001 4:28 PM
> > > To: CF-Talk
> > > Subject: HTML EMAIL
> > >
> > > Forgive the redundancy - I saw this q answered here weeks ago yet
cannot
> > > find it in the FAQ or archives.
> > >
> > > I am trying to nail down the syntax for HTMl formatted emails with
text
> > > version as backup. You know, the proper way to do it.
> > >
> > > I thought about using the custom tag CF_HTMLMAIL but we are using
iSMail
> > SE
> > > and I don't know that I can combine the two.
> > >
> > >
> >
> >
> 
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
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

Reply via email to