I whole-heartedly recommend www.HostMySite.com with an unbiased opinion. We've tried several other CF hosts, which turned out to be nightmares. Then we put one site on HostMySite, and it was like a beaming light shined down from the glorious heavens. Their customer support actually understood everything we threw at them, and we have had all of our many questions and concerns answered quickly and correctly. We have since moved all of our offsite accounts to their servers in about the same time it took to set up one site at the former hosting company. And no, I'm not affiliated with them or receiving any kickbacks, just a very satisfied customer now that we have time to do what we enjoy doing; coding and developing, not fixing a hosting problem. HostMySite: keep on keeping on->
Tyler email | [EMAIL PROTECTED] ----- Original Message ----- From: "Neil H." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 8:28 AM Subject: Re: CF Host Supports CFFile Tag 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. > > > > > > > > > > > ______________________________________________________________________ Dedicated Windows 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=coldfusiona 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

