Re: Good inexpensive NT Email Solution

2000-08-18 Thread John Wright

A good place to start your search is:

http://serverwatch.internet.com/

They review many types of servers.

John

- Original Message -
From: "PC" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, August 18, 2000 2:37 PM
Subject: OT: Good inexpensive NT Email Solution


I have a CF site/SQL 7 on a dedicated NT server.

AM looking for an inexpensive (free?) way to setup POP email -- so that I
can have up to 30 or so email addresses that map to the domain of the site.

Don't know if anyone has experience that they could share -- suggesting
something solid, easy to setup, etc.

TIA


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: redirect & location, what's the difference?

2000-08-18 Thread John Wright

I would add that the  method is a much 'smoother' redirect (for
lack of a better term). The HTML and JavaScript method causes browsers to
jump around, whereas the  sends the browser an HTML header (I
believe) that causes the browser to simply load the new page without
displaying the old.

John

- Original Message -
What is the difference between the following methods of sending the user to
another page:
1) HTML:

2) Javascript:
document.location.href=#page#
3) CFML:
http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFmail and Multipart

2000-08-23 Thread John Wright

This works for me:






This is a multi-part message in MIME format.

--YourAlternativeMessage
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

This is the text portion..

--YourAlternativeMessage
Content-Type: text/html
Content-Transfer-Encoding: 7bit



This is the html version..



--YourAlternativeMessage--



Hope this helps. Don't send multi-part messages to AOL customers. The AOL
email client does not support them like you would think.

John Wright
http://www.wrightdata.com


- Original Message -
From: "Matthew Taylor" <[EMAIL PROTECTED]>
  Hi all,
Does anyone know of a way to send a multipart email using the CFMAIL tag.
It seems that CFMAIL only supports type="HTML" or type="TEXT"???

  TIA.

  Matt Taylor



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cfschedule problem

2000-08-24 Thread John Wright

I have a cf page which I schedule to execute one time at 8:00pm. It does its
work and then uses  to re-schedule itself for 10 minutes in the
future. This works great until it gets to midnight. If the new time is past
00:00, the job never runs. When I check in the morning through the
administration page, the job is there and everything looks ok. It just never
executes. Any ideas?



http://someurl/some.cfm"
   INTERVAL="Once"
   REQUESTTIMEOUT="6000">

Thanks.

John


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Urgent help required....

2000-08-25 Thread John Wright

I have seen this when another process on an NT box has the file open or the
file has been corrupted in some manner. I would suggest re-creating the
file.

John

- Original Message -
From: "kailash" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 24, 2000 1:21 PM
Subject: Urgent help required


Hi! friends...
I am getting this error... has anyone faced this errorif so please
help

Error Occurred While Processing Request
Error Diagnostic Information
Cannot load template file

The template file exists, however, it either cannot be opened for reading,
or it is encrypted and its data has been corrupted


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Locating Bug Fixes

2000-09-09 Thread John Wright

Can someone tell me how to get the status and fix (if one is available) for
an "official" bug in Allaire's system. The bug is CF 4.5.1 bug #17039. I
have searched their website but I cannot find any info on this bug. It was
reported six months ago so I assume there is a fix by now.

Thanks.

John Wright
[EMAIL PROTECTED]


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFPOP and multi-part messages

2001-11-30 Thread John Wright

I have a MIME encoded multi-part email that includes a text version and HTML
version. If I pull this email from my server using CFPOP (Action="GetAll"),
only the first (text) version of the body is returned (without any of the
MIME encoding). Is this expected behaviour? Is it possible to get the entire
contents of the email using CFPOP? I can find no reference to this in the
docs or on Allaire's site.

John
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP and multi-part messages

2001-11-30 Thread John Wright

Thanks Tyler! This will head me in the right direction. You would think
Allaire/Macromedia could add a paragraph or two to the docs to explain this
"feature" of CFPOP.

John

- Original Message -
From: "Tyler Silcox" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 30, 2001 10:07 AM
Subject: Re: CFPOP and multi-part messages


I asked the same ? a few weeks ago and this is what I figured out:

 I eventually read the attachment files to get the html part of the
multipart message.   returns 2 attachment columns in the cfpop query;
1 (queryName.attachments) for the files that were attached on the original
message, and 1 (queryName.attachmentfiles) for the filenames as they are
saved on the
server.  ColdFusion, as far as I can tell, saves all the html parts as
semi-unique filenames, such as 98, AI23, 45, 46 etc without file extensions.
I compare the 2 columns and if the 2 columns are the same, then I figured CF
created the attachments on the fly, and this must be my multi-part non-text
portion of the email.  I then read this portion of the email as my html
part.  I've got a good amount of checking/sorting/switching to go through to
get to here based on the email header, but it seems to work right so far.
I'm going to throw a lot of it to the database soon, so that I'll have to do
the check once, and I'll read it straight from the db as an html message.
If anyone else wants more info, drop me a line at the email below...(Owen,
I'm gonna send you a reply, I swear)

Tyler Silcox
email | [EMAIL PROTECTED]
website | www.gslsolutions.com

- Original Message -
From: "John Wright" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 30, 2001 10:49 AM
Subject: CFPOP and multi-part messages


I have a MIME encoded multi-part email that includes a text version and HTML
version. If I pull this email from my server using CFPOP (Action="GetAll"),
only the first (text) version of the body is returned (without any of the
MIME encoding). Is this expected behaviour? Is it possible to get the entire
contents of the email using CFPOP? I can find no reference to this in the
docs or on Allaire's site.

John


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Mail Spool

2001-09-20 Thread John Wright

I know that CF will spool 100 emails (created with CFMAIL) at every spool
interval, and that the spool interval can be set as low as 15 seconds. Does
anyone know of a way to decrease the number of emails that CF will spool at
every interval? I actually want to send batches of 50 emails every 15
seconds. This is due to how my SMTP server (IMail) handles large numbers of
outgoing messages. Any ideas?

John

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



logoff = CF restart

2003-02-26 Thread John Wright
I have an odd problem that I did not see mentioned in the archives. I will
logon to my w2k server that runs my cf5. I start a performance monitor
session to watch queued and running request totals. After awhile I logoff -
this will cause CF to do its "unknown errors reached threshold - restarting
server" thing. This happens consistently when I logoff the w2k server.
Anyone seen this? Any ideas on how to fix it?

John

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4