Re: CFMAIL problems - javax.activation.UnsupportedDataTypeException

2006-03-01 Thread James Holmes
Heh, stumped the list again.

A restart did resolve it, but I'd sure like to know what causes it.

On 2/27/06, James Holmes [EMAIL PROTECTED] wrote:
 This pops up every now and then on our Sun Solaris CF 6.1 Enterprise
 machines when using the cfmail tag:

 A problem occurred when attempting to deliver mail.
 This exception was caused by: javax.mail.MessagingException:
 IOException while sending message; nested exception is:
 javax.activation.UnsupportedDataTypeException: no object DCH for MIME
 type text/plain; charset=UTF-8.

 Nothing special in terms of data was sent via the tag and nothing can
 be successfully sent.

 I'm waiting for the admins but as I recall a reboot clears this. Does
 anyone have a clue why this comes up? Not being able to rely on email
 going out is a real problem.

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233846
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMAIL problems - javax.activation.UnsupportedDataTypeException

2006-02-27 Thread James Holmes
This pops up every now and then on our Sun Solaris CF 6.1 Enterprise
machines when using the cfmail tag:

A problem occurred when attempting to deliver mail.
This exception was caused by: javax.mail.MessagingException:
IOException while sending message; nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME
type text/plain; charset=UTF-8.

Nothing special in terms of data was sent via the tag and nothing can
be successfully sent.

I'm waiting for the admins but as I recall a reboot clears this. Does
anyone have a clue why this comes up? Not being able to rely on email
going out is a real problem.

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233535
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cfmail problems

2004-11-17 Thread George Abraham
All,
I had cfmx 6.1 running on a Windows server. The mail setting had never
worked, but I had never needed it, so I left it as is. Anyway, I need
it for a project now, so here goes. I updated 6.1 using the updater
and voila, it worked . for about 3 days. Just today morning while
I was testing I sent three emails to myself and it had worked then.
Suddenly now it cannot connect to the smtp server of my ISP. So I
activated the IIS SMTP server to see if it would connect to that.
Doesn't do it there either. Now this is all on my test server.

I went through the same routine three days ago with my production
server and the updater managed to get my cfmail working. At the same
time that my cfmail on my test server crapped out, the cfmail on my
production server crapped out. Now I know what you are thinking: ISP
problems! But I can send and receive mails with no problems. What's
more I tested the same thing with a totally different CF 5 server with
the ISP's SMTP and it works fine.

What gives?

Here is the exception it gives when I try to send mail: 
exception
Could not connect to SMTP host: smtp.isp.com, port: 25; nested
exception is: java.net.SocketException: Software caused connection
abort: connect
/exception

TIA,
George

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184698
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOLVED Re: cfmail problems

2004-11-17 Thread George Abraham
Right,
Apparently the virus protection program screws around with
port-blocking rules. Ah, well!

George


On Wed, 17 Nov 2004 22:45:03 -0500, George Abraham
[EMAIL PROTECTED] wrote:
 All,
 I had cfmx 6.1 running on a Windows server. The mail setting had never
 worked, but I had never needed it, so I left it as is. Anyway, I need
 it for a project now, so here goes. I updated 6.1 using the updater
 and voila, it worked . for about 3 days. Just today morning while
 I was testing I sent three emails to myself and it had worked then.
 Suddenly now it cannot connect to the smtp server of my ISP. So I
 activated the IIS SMTP server to see if it would connect to that.
 Doesn't do it there either. Now this is all on my test server.
 
 I went through the same routine three days ago with my production
 server and the updater managed to get my cfmail working. At the same
 time that my cfmail on my test server crapped out, the cfmail on my
 production server crapped out. Now I know what you are thinking: ISP
 problems! But I can send and receive mails with no problems. What's
 more I tested the same thing with a totally different CF 5 server with
 the ISP's SMTP and it works fine.
 
 What gives?
 
 Here is the exception it gives when I try to send mail:
 exception
 Could not connect to SMTP host: smtp.isp.com, port: 25; nested
 exception is: java.net.SocketException: Software caused connection
 abort: connect
 /exception
 
 TIA,
 George


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184699
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFmail problems with 6.1 Updater

2004-11-10 Thread James Holmes
I guess I'm not the only one stumped.

-Original Message-
From: James Holmes 
Sent: Wednesday, 10 November 2004 2:47 
To: CF-Talk
Subject: RE: CFmail problems with 6.1 Updater

Some further info:

Googling turned up cases of Java developers running into this problem when
mail.jar and activation.jar were in different places or were duplicated in
different directories. The admins and I have checked and mail.jar exists
only in one place on each server and activation.jar doesn't exist at all
anywhere on any CF server at which I have looked.

We've checked the JVM classpaths and nothing untoward has been added in
either. The admin is certain that no CF-Admin changes were made on dev when
it suddenly started working again.

-Original Message-
From: James Holmes
Sent: Wednesday, 10 November 2004 11:52
To: CF-Talk
Subject: CFmail problems with 6.1 Updater

After updating our Solaris/Apache CF 6.1 test server to updater 6.1, we are
having the following problems sending mail:

A problem occurred when attempting to deliver mail. 
This exception was caused by: javax.mail.MessagingException: IOException
while sending message; nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type
text/plain; charset=UTF-8. 

If we change the charset, the problem persists. Apparently the problem
occurred on our dev server too, but went away by itself days ago (I hate it
when that happens). Code that runs on dev fails on test and the servers are
identical.

The cfmail tag is standard stuff:

cfmail from=[EMAIL PROTECTED] to=another hard-coded address
cc=[EMAIL PROTECTED] server=our mail server
subject=Graduate Survey Submission spoolenable=No and a bunch of plain
text stuff here that works fine on dev...

Any ideas would be appreciated.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183869
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFmail problems with 6.1 Updater

2004-11-10 Thread James Holmes
I guess I have to use ActivMail again, as we did before 6.1.

Either that or roll back the updater (like many others have had to do) and
wait for Blackstone.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183940
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFmail problems with 6.1 Updater

2004-11-09 Thread James Holmes
After updating our Solaris/Apache CF 6.1  test server to updater 6.1, we are
having the following problems sending mail:

A problem occurred when attempting to deliver mail. 
This exception was caused by: javax.mail.MessagingException: IOException
while sending message; nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type
text/plain; charset=UTF-8. 

If we change the charset, the problem persists. Apparently the problem
occurred on our dev server too, but went away by itself days ago (I hate it
when that happens). Code that runs on dev fails on test and the servers are
identical.

The cfmail tag is standard stuff:

cfmail from=[EMAIL PROTECTED] to=another hard-coded address
cc=[EMAIL PROTECTED] server=our mail server
subject=Graduate Survey Submission spoolenable=No and a bunch of plain
text stuff here that works fine on dev...

Any ideas would be appreciated.

James Holmes
Divisional Web Interface Development Coordinator
Engineering, Science and Computing
x4864




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183827
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFmail problems with 6.1 Updater

2004-11-09 Thread James Holmes
Some further info:

Googling turned up cases of Java developers running into this problem when
mail.jar and activation.jar were in different places or were duplicated in
different directories. The admins and I have checked and mail.jar exists
only in one place on each server and activation.jar doesn't exist at all
anywhere on any CF server at which I have looked.

We've checked the JVM classpaths and nothing untoward has been added in
either. The admin is certain that no CF-Admin changes were made on dev when
it suddenly started working again.

-Original Message-
From: James Holmes 
Sent: Wednesday, 10 November 2004 11:52 
To: CF-Talk
Subject: CFmail problems with 6.1 Updater

After updating our Solaris/Apache CF 6.1 test server to updater 6.1, we are
having the following problems sending mail:

A problem occurred when attempting to deliver mail. 
This exception was caused by: javax.mail.MessagingException: IOException
while sending message; nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type
text/plain; charset=UTF-8. 

If we change the charset, the problem persists. Apparently the problem
occurred on our dev server too, but went away by itself days ago (I hate it
when that happens). Code that runs on dev fails on test and the servers are
identical.

The cfmail tag is standard stuff:

cfmail from=[EMAIL PROTECTED] to=another hard-coded address
cc=[EMAIL PROTECTED] server=our mail server
subject=Graduate Survey Submission spoolenable=No and a bunch of plain
text stuff here that works fine on dev...

Any ideas would be appreciated.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183829
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMail Problems

2002-11-27 Thread Hatton Humphrey
I'm having an interesting problem with an application.  I searched the 
archives and found issues with 0 byte emails and spool questions about 
CF Mail, but nothing that matches this.

Why would CFMail put a perfectly good email in the Undeliverable folder? 
 I have an app that generates a steady flow of emails all day long and 
they typically get delivered.  However there are some cases where an 
email will get batched in the undeliverable folder.  I don't have access 
to the server logs as of yet but it's rather disconcerting.

On the same issue, my mind's already working on a work-around for the 
issue.  I'm thinking it might come in the form of a batch file that 
automatically copies any files in the undeliver directory that meet a 
specific criteria back into the spool directory.  My thought was to base 
it on the date/time stamp of the file, however I'm wondering if CF 
changes the date/time stamp when it moves a message into undeliver.

Thanks!
C. Hatton Humphrey


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: CFMail Problems

2002-11-27 Thread John Beynon
I've recently had an issue similar to this and the cause was an
uncontactable SMTP server, perhaps down to a network glitch or over worked
SMTP server/

Jb.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: 27 November 2002 16:21
To: CF-Talk
Subject: CFMail Problems

I'm having an interesting problem with an application.  I searched the 
archives and found issues with 0 byte emails and spool questions about 
CF Mail, but nothing that matches this.

Why would CFMail put a perfectly good email in the Undeliverable folder? 
 I have an app that generates a steady flow of emails all day long and 
they typically get delivered.  However there are some cases where an 
email will get batched in the undeliverable folder.  I don't have access 
to the server logs as of yet but it's rather disconcerting.

On the same issue, my mind's already working on a work-around for the 
issue.  I'm thinking it might come in the form of a batch file that 
automatically copies any files in the undeliver directory that meet a 
specific criteria back into the spool directory.  My thought was to base 
it on the date/time stamp of the file, however I'm wondering if CF 
changes the date/time stamp when it moves a message into undeliver.

Thanks!
C. Hatton Humphrey



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: CFMail Problems

2002-11-27 Thread Howie Hamlin
You'll need to get the mail log in order to see exactly what's happening (I know you 
already mentioned getting that).
As for moving the UNDELIVR mail - there are already a few tags in the gallery that do 
this so you you might be better
off downloading one of those.

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, November 27, 2002 11:21 AM
Subject: CFMail Problems


 I'm having an interesting problem with an application.  I searched the
 archives and found issues with 0 byte emails and spool questions about
 CF Mail, but nothing that matches this.

 Why would CFMail put a perfectly good email in the Undeliverable folder?
  I have an app that generates a steady flow of emails all day long and
 they typically get delivered.  However there are some cases where an
 email will get batched in the undeliverable folder.  I don't have access
 to the server logs as of yet but it's rather disconcerting.

 On the same issue, my mind's already working on a work-around for the
 issue.  I'm thinking it might come in the form of a batch file that
 automatically copies any files in the undeliver directory that meet a
 specific criteria back into the spool directory.  My thought was to base
 it on the date/time stamp of the file, however I'm wondering if CF
 changes the date/time stamp when it moves a message into undeliver.

 Thanks!
 C. Hatton Humphrey


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: CFMail Problems

2002-11-27 Thread Joshua Miller
As a note, I wrote an application several months ago that scanned the  
Undeliverable folder in CF for mail and made 3 attempts to resend the  
message before discarding the message (stored attempts in a database).  
It worked pretty well, but the code is on my former employer's servers  
which I don't have access to. But it can be done and it was pretty  
successful. It typically caught all the good mail that just got  
shoved aside for whatever reason. CFMail is pretty buggy (especially  
4.x and 5) so I'd recommend doing something similar if you're not using  
MX.

So far I haven't had any issues with MX and CFMail, but I'm still going  
to be re-writing that application for my new CFMX server just in case.  
If you can find a reliable method to scan the undelivered mail for  
status codes or something then it would be more efficient than  
resending everything that doesn't get delivered.

Thanks,

Joshua Miller

On Wednesday, November 27, 2002, at 11:18 AM, John Beynon wrote:

 I've recently had an issue similar to this and the cause was an
 uncontactable SMTP server, perhaps down to a network glitch or over  
 worked
 SMTP server/

 Jb.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: 27 November 2002 16:21
 To: CF-Talk
 Subject: CFMail Problems

 I'm having an interesting problem with an application.  I searched the
 archives and found issues with 0 byte emails and spool questions about
 CF Mail, but nothing that matches this.

 Why would CFMail put a perfectly good email in the Undeliverable  
 folder?
  I have an app that generates a steady flow of emails all day long and
 they typically get delivered.  However there are some cases where an
 email will get batched in the undeliverable folder.  I don't have  
 access
 to the server logs as of yet but it's rather disconcerting.

 On the same issue, my mind's already working on a work-around for the
 issue.  I'm thinking it might come in the form of a batch file that
 automatically copies any files in the undeliver directory that meet a
 specific criteria back into the spool directory.  My thought was to  
 base
 it on the date/time stamp of the file, however I'm wondering if CF
 changes the date/time stamp when it moves a message into undeliver.

 Thanks!
 C. Hatton Humphrey



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: CFMail Problems

2002-11-27 Thread Hatton Humphrey
Thanks for all the replies!

I did get my hands on the mail.log file and it does look to be a server 
communication issue.  The log file showed over 900 out of 1038 lines 
were some form of sever communication problem.

Happy Turkey Day!
Hatton


John Beynon wrote:

I've recently had an issue similar to this and the cause was an
uncontactable SMTP server, perhaps down to a network glitch or over worked
SMTP server/

Jb.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: 27 November 2002 16:21
To: CF-Talk
Subject: CFMail Problems

I'm having an interesting problem with an application.  I searched the 
archives and found issues with 0 byte emails and spool questions about 
CF Mail, but nothing that matches this.

Why would CFMail put a perfectly good email in the Undeliverable folder? 
 I have an app that generates a steady flow of emails all day long and 
they typically get delivered.  However there are some cases where an 
email will get batched in the undeliverable folder.  I don't have access 
to the server logs as of yet but it's rather disconcerting.

On the same issue, my mind's already working on a work-around for the 
issue.  I'm thinking it might come in the form of a batch file that 
automatically copies any files in the undeliver directory that meet a 
specific criteria back into the spool directory.  My thought was to base 
it on the date/time stamp of the file, however I'm wondering if CF 
changes the date/time stamp when it moves a message into undeliver.

Thanks!
C. Hatton Humphrey




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



CFMail Problems with MS Exchange

2002-11-01 Thread Duane Boudreau
Hi All,

Ug! I'm pulling my damn hair out on an CFMail/Exchange problem. I am
using IMail as my SMTP and the clients pop is MS Exchange.

I am sending an HTML mail out to a client and bcc'ing myself on it. We are
both using Outlook 2000 SR1

I receive the mail fine but the client is receiving the mail with some
oddities. Non-breaking spaces (nbsp;) are being mangled and Td tabs are
getting messed up.

Has anyone else experienced this with Exchange?

Duane

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: CFMail Problems with MS Exchange

2002-11-01 Thread Ciliotta, Mario
Hi Duane,

I had this problem here a few times and I was told by my helpdesk staff, that the 
problem is a setting in the clients Outlook that is set incorrect, so it cannot 
understand the HTML mail correctly.  I am not sure what they exactly did, but the 
change some setting on the users Outlook and everything worked after that.

Mario

-Original Message-
From: Duane Boudreau [mailto:duane;cfexperts.com]
Sent: Friday, November 01, 2002 12:15 PM
To: CF-Talk
Subject: CFMail Problems with MS Exchange


Hi All,

Ug! I'm pulling my damn hair out on an CFMail/Exchange problem. I am
using IMail as my SMTP and the clients pop is MS Exchange.

I am sending an HTML mail out to a client and bcc'ing myself on it. We are
both using Outlook 2000 SR1

I receive the mail fine but the client is receiving the mail with some
oddities. Non-breaking spaces (nbsp;) are being mangled and Td tabs are
getting messed up.

Has anyone else experienced this with Exchange?

Duane


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: CFMAIL problems

2002-09-30 Thread Everett, Al

Did you check to see if any of their customers are in the database twice?

 -Original Message-
 From: Gyrus [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 26, 2002 10:24 AM
 To: CF-Talk
 Subject: CFMAIL problems
 
 
 A client is reporting a problem where PDF bulletins being 
 mailed out are
 being delivered twice to some of their customers. I'm still 
 trying to get to
 the root of the problem - which I can't replicate on my local 
 test system -
 but I thought I'd ask: if I can't find any obvious code 
 problems (and I
 can't so far), what are the possibilities?
 
 They're running CF 4.5 SP2 on a Solaris box, their mailing 
 list runs to only
 around 160 people, and the PDF attachments are are 150KB. 
 Could this just be
 a CFMAIL limitation problem? I know it isn't that robust, and 
 that upgrading
 to MX or getting something like iMS was going to be a 
 possible necessity as
 the list expanded, but I didn't expect it to choke on this 
 small volume.
 
 Obviously I want to guage the situation well before being 
 confident it's not
 a code problem, and recommend that the client splash out more money!
 
 TIA,
 
 - Gyrus
 
 
 - [EMAIL PROTECTED]
 work: http://www.tengai.co.uk
 play: http://www.norlonto.net
 - PGP key available
 
 
 
__
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: CFMAIL problems

2002-09-30 Thread Gyrus

- Original Message -
From: Everett, Al [EMAIL PROTECTED]
 Did you check to see if any of their customers are in the database twice?
---

Thanks for the idea, but no, there don't appear to be any duplicate customer
accounts in the DB. Still waiting for a peek at the server logs - the client
is quite a major insurance company, and they keep their servers very much
hidden from mere sub-contractors like myself!

- Gyrus


- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



CFMAIL problems

2002-09-26 Thread Gyrus

A client is reporting a problem where PDF bulletins being mailed out are
being delivered twice to some of their customers. I'm still trying to get to
the root of the problem - which I can't replicate on my local test system -
but I thought I'd ask: if I can't find any obvious code problems (and I
can't so far), what are the possibilities?

They're running CF 4.5 SP2 on a Solaris box, their mailing list runs to only
around 160 people, and the PDF attachments are are 150KB. Could this just be
a CFMAIL limitation problem? I know it isn't that robust, and that upgrading
to MX or getting something like iMS was going to be a possible necessity as
the list expanded, but I didn't expect it to choke on this small volume.

Obviously I want to guage the situation well before being confident it's not
a code problem, and recommend that the client splash out more money!

TIA,

- Gyrus


- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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: CFMAIL problems

2002-09-26 Thread Howie Hamlin

It's difficult to track these things down unless you have access to the email server.  
If you can look at the log files
you can at least determine if the mail server sent the mail to the same person twice.  
If it did then you can determine
if the server got the mail twice from the CF server or if there was some other reason 
why the mail server sent the same
email again.  If the mail server logs look OK then the problem is on the recipient's 
side.

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
*** Please vote for iMS here: 
http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm ***
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: Gyrus [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, September 26, 2002 10:23 AM
Subject: CFMAIL problems


 A client is reporting a problem where PDF bulletins being mailed out are
 being delivered twice to some of their customers. I'm still trying to get to
 the root of the problem - which I can't replicate on my local test system -
 but I thought I'd ask: if I can't find any obvious code problems (and I
 can't so far), what are the possibilities?

 They're running CF 4.5 SP2 on a Solaris box, their mailing list runs to only
 around 160 people, and the PDF attachments are are 150KB. Could this just be
 a CFMAIL limitation problem? I know it isn't that robust, and that upgrading
 to MX or getting something like iMS was going to be a possible necessity as
 the list expanded, but I didn't expect it to choke on this small volume.

 Obviously I want to guage the situation well before being confident it's not
 a code problem, and recommend that the client splash out more money!

 TIA,

 - Gyrus

 
 - [EMAIL PROTECTED]
 work: http://www.tengai.co.uk
 play: http://www.norlonto.net
 - PGP key available
 

 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



RE: CFMAIL problems

2002-09-26 Thread Mosh Teitelbaum

I don't know that this is your specific problem, or even if it's remotely
true, but I've been hearing reports of large scale email problems.  I've
been receiving duplicates or not receiving messages from a number of lists I
subscribe to (as have others on the lists) and, sometimes, don't receive
messages until a couple of days after they were sent.

I don't remember where I read about it, but maybe that's what's going on
here.

(Jeez... I feel like I'm spreading an Urban Legend or something).

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Gyrus [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 26, 2002 10:24 AM
 To: CF-Talk
 Subject: CFMAIL problems


 A client is reporting a problem where PDF bulletins being mailed out are
 being delivered twice to some of their customers. I'm still
 trying to get to
 the root of the problem - which I can't replicate on my local
 test system -
 but I thought I'd ask: if I can't find any obvious code problems (and I
 can't so far), what are the possibilities?

 They're running CF 4.5 SP2 on a Solaris box, their mailing list
 runs to only
 around 160 people, and the PDF attachments are are 150KB. Could
 this just be
 a CFMAIL limitation problem? I know it isn't that robust, and
 that upgrading
 to MX or getting something like iMS was going to be a possible
 necessity as
 the list expanded, but I didn't expect it to choke on this small volume.

 Obviously I want to guage the situation well before being
 confident it's not
 a code problem, and recommend that the client splash out more money!

 TIA,

 - Gyrus

 
 - [EMAIL PROTECTED]
 work: http://www.tengai.co.uk
 play: http://www.norlonto.net
 - PGP key available
 

 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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: CFMAIL problems

2002-09-26 Thread Greg Luce

It could possibly be an instance like with these lists when people say
they get duplicate posts. They could possibly have duplicate mail rules
in their Outlook. :-) Just an idea.
 
-Original Message-
From: Gyrus [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 26, 2002 10:24 AM
To: CF-Talk
Subject: CFMAIL problems

A client is reporting a problem where PDF bulletins being mailed out are
being delivered twice to some of their customers. I'm still trying to
get to
the root of the problem - which I can't replicate on my local test
system -
but I thought I'd ask: if I can't find any obvious code problems (and I
can't so far), what are the possibilities?

They're running CF 4.5 SP2 on a Solaris box, their mailing list runs to
only
around 160 people, and the PDF attachments are are 150KB. Could this
just be
a CFMAIL limitation problem? I know it isn't that robust, and that
upgrading
to MX or getting something like iMS was going to be a possible necessity
as
the list expanded, but I didn't expect it to choke on this small volume.

Obviously I want to guage the situation well before being confident it's
not
a code problem, and recommend that the client splash out more money!

TIA,

- Gyrus


- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available



__
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



CFMail problems/limitations

2002-04-18 Thread Morgan, Thomas J.

Does anyone know if there is a limitation to the number of characters that
can be used in the body of a message sent using the CFMail tag.  I have an
application that dynamically sends emails to users where the To,
Subject, and body fields are populated with information from a SQL
database.  The information in the database is correct.  However, when the
message gets sent out, long paragraphs in the body get cut off.  Is there a
limit to how long a single paragraph can be within the tag.  Thanks for any
help.

Thomas J. Morgan
Research Triangle Institute
3040 Cornwallis Road
RTP, NC  27709
(919)541-7414
[EMAIL PROTECTED]
Http:\\www.rti.org


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



Re: CFMail problems/limitations

2002-04-18 Thread Jochem van Dieten

Morgan, Thomas J. wrote:
 Does anyone know if there is a limitation to the number of characters that
 can be used in the body of a message sent using the CFMail tag.  I have an
 application that dynamically sends emails to users where the To,
 Subject, and body fields are populated with information from a SQL
 database.  The information in the database is correct.  However, when the
 message gets sent out, long paragraphs in the body get cut off.  Is there a
 limit to how long a single paragraph can be within the tag.  Thanks for any
 help.

Linebreak is required after every 998 characters, and recommended after 
every 78 characters. Try cf_wrap from the DevEx.

Jochem

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



RE: CFMail problems/limitations

2002-04-18 Thread Morgan, Thomas J.

Great.  I will give it a try.  Thank you.

Thomas J. Morgan
Research Triangle Institute
3040 Cornwallis Road
RTP, NC  27709
(919)541-7414
[EMAIL PROTECTED]
Http:\\www.rti.org



-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 11:49 AM
To: CF-Talk
Subject: Re: CFMail problems/limitations


Morgan, Thomas J. wrote:
 Does anyone know if there is a limitation to the number of characters that
 can be used in the body of a message sent using the CFMail tag.  I have an
 application that dynamically sends emails to users where the To,
 Subject, and body fields are populated with information from a SQL
 database.  The information in the database is correct.  However, when the
 message gets sent out, long paragraphs in the body get cut off.  Is there
a
 limit to how long a single paragraph can be within the tag.  Thanks for
any
 help.

Linebreak is required after every 998 characters, and recommended after 
every 78 characters. Try cf_wrap from the DevEx.

Jochem


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



Cfmail problems

2001-12-12 Thread Michel Gallant

I was wondering if anyone else was having problems with cfmail.  My problem
doesn't involve mass-mailing or performance on bulk mails.  I`m having
trouble getting it to even send one message.  The problem started when we
upgraded to CFAS 5.  I`ve verified and the the message isn't held in
Coldfusion's spools, cfmail gives me no errors.  However, looking in the
event viewer of the mail server, I see this :
Network I/O error 64 (0X0040) encountered when sending command response
to xxx.xxx.xxx.xxx. 
Of course, xxx.xxx.xxx.xxx would be my IP.  The problem occurs on every mail
send.  I would appreciate any hints you may have.

Specs:
Web server
NT 4 SP 6a
IIS 4 with patches
CF 5

Mail server
NT 4 SP6a
~~
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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: Cfmail problems

2001-12-12 Thread Cameron Childress

The error is occuring on your mail server?  Sounds like a problem with your
mailserver.

 Mail server
 NT 4 SP6a

What mail server package?  SP level?  Checked your vendor's KB?

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





 -Original Message-
 From: Michel Gallant [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 12, 2001 3:00 PM
 To: CF-Talk
 Subject: Cfmail problems


 I was wondering if anyone else was having problems with cfmail.
 My problem
 doesn't involve mass-mailing or performance on bulk mails.  I`m having
 trouble getting it to even send one message.  The problem started when we
 upgraded to CFAS 5.  I`ve verified and the the message isn't held in
 Coldfusion's spools, cfmail gives me no errors.  However, looking in the
 event viewer of the mail server, I see this :
 Network I/O error 64 (0X0040) encountered when sending
 command response
 to xxx.xxx.xxx.xxx.
 Of course, xxx.xxx.xxx.xxx would be my IP.  The problem occurs on
 every mail
 send.  I would appreciate any hints you may have.

 Specs:
 Web server
 NT 4 SP 6a
 IIS 4 with patches
 CF 5

 Mail server
 NT 4 SP6a
 
~~
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: Cfmail problems

2001-12-12 Thread Michel Gallant

Sorry, it`s Rockliffe mailsite 3.4.7
Only cfmail causes this problem.  We have a hundred people who use this as
their SMTP server.  I also have other custom mail tags that work fine with
this SMTP server.

-Original Message-
From: Cameron Childress [mailto:[EMAIL PROTECTED]] 
Sent: December 12, 2001 4:01 PM
To: CF-Talk
Subject: RE: Cfmail problems


The error is occuring on your mail server?  Sounds like a problem with your
mailserver.

 Mail server
 NT 4 SP6a

What mail server package?  SP level?  Checked your vendor's KB?

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





 -Original Message-
 From: Michel Gallant [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 12, 2001 3:00 PM
 To: CF-Talk
 Subject: Cfmail problems


 I was wondering if anyone else was having problems with cfmail. My 
 problem doesn't involve mass-mailing or performance on bulk mails.  
 I`m having trouble getting it to even send one message.  The problem 
 started when we upgraded to CFAS 5.  I`ve verified and the the message 
 isn't held in Coldfusion's spools, cfmail gives me no errors.  
 However, looking in the event viewer of the mail server, I see this :
 Network I/O error 64 (0X0040) encountered when sending
 command response
 to xxx.xxx.xxx.xxx.
 Of course, xxx.xxx.xxx.xxx would be my IP.  The problem occurs on
 every mail
 send.  I would appreciate any hints you may have.

 Specs:
 Web server
 NT 4 SP 6a
 IIS 4 with patches
 CF 5

 Mail server
 NT 4 SP6a
 

~~
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



RE: Cfmail problems

2001-12-12 Thread Cameron Childress

Just did a quick search of the Rockliffe KB, and there are several articles
on Network I/O errors having to do with connection terminations.  I am
suspecting that since CF thinks it sent the mail, the error is occurring at
the end of the command sequence.  Anything in the cfmail.log?

Yes, this problem may only happen with CF, and who knows, it might even be
because CF doesn't obey some standard RFC thingy.  However, the mailserver
should be able to gracefully handle this.  I would look further into your
mail server vendor's KB for a solution.

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





 -Original Message-
 From: Michel Gallant [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 12, 2001 3:08 PM
 To: CF-Talk
 Subject: RE: Cfmail problems


 Sorry, it`s Rockliffe mailsite 3.4.7
 Only cfmail causes this problem.  We have a hundred people who use this as
 their SMTP server.  I also have other custom mail tags that work fine with
 this SMTP server.

 -Original Message-
 From: Cameron Childress [mailto:[EMAIL PROTECTED]]
 Sent: December 12, 2001 4:01 PM
 To: CF-Talk
 Subject: RE: Cfmail problems


 The error is occuring on your mail server?  Sounds like a problem
 with your
 mailserver.

  Mail server
  NT 4 SP6a

 What mail server package?  SP level?  Checked your vendor's KB?

 -Cameron

 
 Cameron Childress
 elliptIQ Inc.
 p.770.460.1035.232
 f.770.460.0963
 --
 http://www.neighborware.com
 America's Leading Community Network Software





  -Original Message-
  From: Michel Gallant [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, December 12, 2001 3:00 PM
  To: CF-Talk
  Subject: Cfmail problems
 
 
  I was wondering if anyone else was having problems with cfmail. My
  problem doesn't involve mass-mailing or performance on bulk mails.
  I`m having trouble getting it to even send one message.  The problem
  started when we upgraded to CFAS 5.  I`ve verified and the the message
  isn't held in Coldfusion's spools, cfmail gives me no errors.
  However, looking in the event viewer of the mail server, I see this :
  Network I/O error 64 (0X0040) encountered when sending
  command response
  to xxx.xxx.xxx.xxx.
  Of course, xxx.xxx.xxx.xxx would be my IP.  The problem occurs on
  every mail
  send.  I would appreciate any hints you may have.
 
  Specs:
  Web server
  NT 4 SP 6a
  IIS 4 with patches
  CF 5
 
  Mail server
  NT 4 SP6a
 

 
~~
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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: Cfmail problems

2001-12-12 Thread Cameron Childress

Also, if it does end up being a quirk in CF that makes Rockliffe mailsite
throw the error, please let me know.  I am trying to compile a guide to
CFMAIL and would like to add that if it's the case...

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





 -Original Message-
 From: Cameron Childress [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 12, 2001 3:23 PM
 To: CF-Talk
 Subject: RE: Cfmail problems


 Just did a quick search of the Rockliffe KB, and there are
 several articles
 on Network I/O errors having to do with connection terminations.  I am
 suspecting that since CF thinks it sent the mail, the error is
 occurring at
 the end of the command sequence.  Anything in the cfmail.log?

 Yes, this problem may only happen with CF, and who knows, it might even be
 because CF doesn't obey some standard RFC thingy.  However, the mailserver
 should be able to gracefully handle this.  I would look further into your
 mail server vendor's KB for a solution.

 -Cameron

 
 Cameron Childress
 elliptIQ Inc.
 p.770.460.1035.232
 f.770.460.0963
 --
 http://www.neighborware.com
 America's Leading Community Network Software





  -Original Message-
  From: Michel Gallant [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, December 12, 2001 3:08 PM
  To: CF-Talk
  Subject: RE: Cfmail problems
 
 
  Sorry, it`s Rockliffe mailsite 3.4.7
  Only cfmail causes this problem.  We have a hundred people who
 use this as
  their SMTP server.  I also have other custom mail tags that
 work fine with
  this SMTP server.
 
  -Original Message-
  From: Cameron Childress [mailto:[EMAIL PROTECTED]]
  Sent: December 12, 2001 4:01 PM
  To: CF-Talk
  Subject: RE: Cfmail problems
 
 
  The error is occuring on your mail server?  Sounds like a problem
  with your
  mailserver.
 
   Mail server
   NT 4 SP6a
 
  What mail server package?  SP level?  Checked your vendor's KB?
 
  -Cameron
 
  
  Cameron Childress
  elliptIQ Inc.
  p.770.460.1035.232
  f.770.460.0963
  --
  http://www.neighborware.com
  America's Leading Community Network Software
 
 
 
 
 
   -Original Message-
   From: Michel Gallant [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, December 12, 2001 3:00 PM
   To: CF-Talk
   Subject: Cfmail problems
  
  
   I was wondering if anyone else was having problems with cfmail. My
   problem doesn't involve mass-mailing or performance on bulk mails.
   I`m having trouble getting it to even send one message.  The problem
   started when we upgraded to CFAS 5.  I`ve verified and the the message
   isn't held in Coldfusion's spools, cfmail gives me no errors.
   However, looking in the event viewer of the mail server, I see this :
   Network I/O error 64 (0X0040) encountered when sending
   command response
   to xxx.xxx.xxx.xxx.
   Of course, xxx.xxx.xxx.xxx would be my IP.  The problem occurs on
   every mail
   send.  I would appreciate any hints you may have.
  
   Specs:
   Web server
   NT 4 SP 6a
   IIS 4 with patches
   CF 5
  
   Mail server
   NT 4 SP6a
  
 
 
 
~~
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



RE: Cfmail problems

2001-12-12 Thread Tony Gruen

This is the same issue we had a few days ago. Sending email upon form
submission on a one-at-a-time basis. We are using Rockliffe also and have
thousands of other client mail porocessed daily with no issue. After
researching it intensly it looked like the mail server thought that
additional header information was in the CFMAIL body and was erroring out at
random points of the body text. We were unable to isolate specific trends in
the point of error and ... well, due to immense client pressure, moved on
towards a different solution deciding to continue research later.

We ended up getting iMS inFusion Mail Server SE and converted all CFMAIL
code to use the iMS CFX. Now all runs lickedysplit.

This may not be the answer you're looking for but I at least wanted to
share...

Tony Gruen




-Original Message-
From: Michel Gallant [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 12:08 PM
To: CF-Talk
Subject: RE: Cfmail problems


Sorry, it`s Rockliffe mailsite 3.4.7
Only cfmail causes this problem.  We have a hundred people who use this as
their SMTP server.  I also have other custom mail tags that work fine with
this SMTP server.

-Original Message-
From: Cameron Childress [mailto:[EMAIL PROTECTED]]
Sent: December 12, 2001 4:01 PM
To: CF-Talk
Subject: RE: Cfmail problems


The error is occuring on your mail server?  Sounds like a problem with your
mailserver.

 Mail server
 NT 4 SP6a

What mail server package?  SP level?  Checked your vendor's KB?

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





 -Original Message-
 From: Michel Gallant [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 12, 2001 3:00 PM
 To: CF-Talk
 Subject: Cfmail problems


 I was wondering if anyone else was having problems with cfmail. My
 problem doesn't involve mass-mailing or performance on bulk mails.
 I`m having trouble getting it to even send one message.  The problem
 started when we upgraded to CFAS 5.  I`ve verified and the the message
 isn't held in Coldfusion's spools, cfmail gives me no errors.
 However, looking in the event viewer of the mail server, I see this :
 Network I/O error 64 (0X0040) encountered when sending
 command response
 to xxx.xxx.xxx.xxx.
 Of course, xxx.xxx.xxx.xxx would be my IP.  The problem occurs on
 every mail
 send.  I would appreciate any hints you may have.

 Specs:
 Web server
 NT 4 SP 6a
 IIS 4 with patches
 CF 5

 Mail server
 NT 4 SP6a



~~
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



CFMAIL problems

2001-10-05 Thread Chuck Rodgers

Has anyone viewed the messages that CFMAIL creates in the spool folder?  I 
grabbed a few since I have been having problems getting mail created and 
sent.  I noticed that at the the top of the message is:

x-cf-version: 4.5.0

I am running CF5.0 and haven't had any other version on this machine.  Some 
of the problems I am experiencing were supposed to be fixed in a patch to 
4.5.2.  Can anyone shed any light on this?

Thanks

Chuck Rodgers
[EMAIL PROTECTED]
~~
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: CFMAIL problems

2001-10-05 Thread Carlisle, Eric

What are the problems that you are having?  0 byte files? 1 byte files?
clogged spooler?

EC

-Original Message-
From: Chuck Rodgers [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 9:56 AM
To: CF-Talk
Subject: CFMAIL problems


Has anyone viewed the messages that CFMAIL creates in the spool folder?  I 
grabbed a few since I have been having problems getting mail created and 
sent.  I noticed that at the the top of the message is:

x-cf-version: 4.5.0

I am running CF5.0 and haven't had any other version on this machine.  Some 
of the problems I am experiencing were supposed to be fixed in a patch to 
4.5.2.  Can anyone shed any light on this?

Thanks

Chuck Rodgers
[EMAIL PROTECTED]

~~
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: CFMAIL problems

2001-10-05 Thread Cameron Childress

I believe this was an oversight in CF5's codebase.  All CF5 installs
generate this header.  AFAIK, that header is not used for any purpose.

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





 -Original Message-
 From: Chuck Rodgers [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 05, 2001 9:56 AM
 To: CF-Talk
 Subject: CFMAIL problems


 Has anyone viewed the messages that CFMAIL creates in the spool
 folder?  I
 grabbed a few since I have been having problems getting mail created and
 sent.  I noticed that at the the top of the message is:

 x-cf-version: 4.5.0

 I am running CF5.0 and haven't had any other version on this
 machine.  Some
 of the problems I am experiencing were supposed to be fixed in a patch to
 4.5.2.  Can anyone shed any light on this?

 Thanks

 Chuck Rodgers
 [EMAIL PROTECTED]
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



Re: CFMAIL problems

2001-10-05 Thread Howie Hamlin

That's a known (albeit very small) bug in the CFMAIL implementation in CF5.  All 
current CF5 installations do this.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Chuck Rodgers [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, October 05, 2001 9:56 AM
Subject: CFMAIL problems


 Has anyone viewed the messages that CFMAIL creates in the spool folder?  I 
 grabbed a few since I have been having problems getting mail created and 
 sent.  I noticed that at the the top of the message is:
 
 x-cf-version: 4.5.0
 
 I am running CF5.0 and haven't had any other version on this machine.  Some 
 of the problems I am experiencing were supposed to be fixed in a patch to 
 4.5.2.  Can anyone shed any light on this?
 
 Thanks
 
 Chuck Rodgers
 [EMAIL PROTECTED]
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



RE: CFMAIL problems

2001-10-05 Thread Chuck Rodgers

When trying to send an email with an attachment I get

Unable to write mail message to disk.

After x number of emails are created.  It can be as small as 50 or as high 
as 190.  Unfortunately my list has 800 in it.

I have checked for disk space, etc. and this is not the problem.

I did find that there was a patch to CFMAIL for this specific issue in 
CF4.5.2.  I am thinking that some of the CF5 builds don't have the latest 
CFMAIL in it.

Thanks

Chuck

At 10:15 AM 10/5/01 -0400, you wrote:
What are the problems that you are having?  0 byte files? 1 byte files?
clogged spooler?

 EC

-Original Message-
From: Chuck Rodgers [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 9:56 AM
To: CF-Talk
Subject: CFMAIL problems


Has anyone viewed the messages that CFMAIL creates in the spool folder?  I
grabbed a few since I have been having problems getting mail created and
sent.  I noticed that at the the top of the message is:

x-cf-version: 4.5.0

I am running CF5.0 and haven't had any other version on this machine.  Some
of the problems I am experiencing were supposed to be fixed in a patch to
4.5.2.  Can anyone shed any light on this?

Thanks

Chuck Rodgers
[EMAIL PROTECTED]


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



RE: CFMAIL problems

2001-10-05 Thread Carlisle, Eric

If that is the case, it would be very discouraging.  Macromedia suggests to
upgrade to 5.0 to cure most CFMail woes not fixed in 4.5.  I havn't seen
this problem before.  You've probably covered this, but have you checked for
bad sectors on your hard drive?

EC


-Original Message-
From: Chuck Rodgers [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 10:21 AM
To: CF-Talk
Subject: RE: CFMAIL problems


When trying to send an email with an attachment I get

Unable to write mail message to disk.

After x number of emails are created.  It can be as small as 50 or as high 
as 190.  Unfortunately my list has 800 in it.

I have checked for disk space, etc. and this is not the problem.

I did find that there was a patch to CFMAIL for this specific issue in 
CF4.5.2.  I am thinking that some of the CF5 builds don't have the latest 
CFMAIL in it.

Thanks

Chuck

At 10:15 AM 10/5/01 -0400, you wrote:
What are the problems that you are having?  0 byte files? 1 byte files?
clogged spooler?

 EC

-Original Message-
From: Chuck Rodgers [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 9:56 AM
To: CF-Talk
Subject: CFMAIL problems


Has anyone viewed the messages that CFMAIL creates in the spool folder?  I
grabbed a few since I have been having problems getting mail created and
sent.  I noticed that at the the top of the message is:

x-cf-version: 4.5.0

I am running CF5.0 and haven't had any other version on this machine.  Some
of the problems I am experiencing were supposed to be fixed in a patch to
4.5.2.  Can anyone shed any light on this?

Thanks

Chuck Rodgers
[EMAIL PROTECTED]



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



CFMail problems in CF 5

2001-07-06 Thread Michael Dinowitz

I've had a number of these error messages come up in my logs and apps since
moving to CF 5. Has anyone else seen them and have a clue as to their
reason? I'm looking into it, but would appreciate anyone else's insight.

Error Diagnostic Information
unknown exception condition
TagCFMail::sendMessage
The error occurred while processing an element with a general identifier of
(CFMAIL), occupying document position (53:1) to (53:113) in the template
file D:\HTDOCS\HOF\LISTS\LISTACTION.CFM.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail problems in CF 5

2001-07-06 Thread Stephen Kellogg

Michael,
this is a problem that surfaced in 4.5.1 and is talked about here
http://www.allaire.com/Handlers/index.cfm?ID=15821Method=Full

I would have thought it would be fixed in 5.0 so it may not be the same
problem but then again...
At least it may point you in the right direction.

HTH

Stephen



-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 12:03 PM
To: CF-Talk
Subject: CFMail problems in CF 5


I've had a number of these error messages come up in my logs and apps since
moving to CF 5. Has anyone else seen them and have a clue as to their
reason? I'm looking into it, but would appreciate anyone else's insight.

Error Diagnostic Information
unknown exception condition
TagCFMail::sendMessage
The error occurred while processing an element with a general identifier of
(CFMAIL), occupying document position (53:1) to (53:113) in the template
file D:\HTDOCS\HOF\LISTS\LISTACTION.CFM.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problems

2001-04-30 Thread Sean Renet

This is the only solution that worked for me when their are tons of email.
Actually its not my solution, it was Tony Aly's solution and it works great.

!---  First we pull the specific addressees---
 cfquery name=get_email_addresses datasource=#attributes.dsn#
dbserver=#attributes.dbserver# dbname=#attributes.dbname#
username=#attributes.dbusername# password=#attributes.dbpassword#
THIS QUERY RETURNS THE PEOPLE YOU ARE SENDING TO
 /cfquery

!---  Then we use CFX_WAIT to pause between ever iteration of sending it
out ---
cfloop query=get_email_addresses
cfset current_email = trim(lcase(email))
cftry
 cfmail to=#trim(current_email)#
from=#trim(get_email_message.from_vc)#
subject=#trim(get_email_message.subject_vc)#
server=#trim(attributes.mail_server)##get_email_message.message_mem#
 .
 /cfmail
 CFX_Wait Sleeptime=1
cfcatch
 CFX_Wait Sleeptime=10
/cfcatch
   /cftry
/cfloop

Over the last 2 years we have tried everything imaginable in CF to
accomplish the same task and this is the only solution that has worked for
us.

You can get CFX_WAIT int the tag gallery in Allaire's Developer Exchange.
http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=CFX_WA
ITsearch=search

Hope that helps,

Sean Renet
- Original Message -
From: DE Bonis, Nicolas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, April 29, 2001 10:52 PM
Subject: CFMAIL problems



 Hi,

 I am having problems with cfmail, sometimes it delivers mail and sometimes
 it doesnt.
 I performed a test in where I looped over a cfmail 20 times, and 18 of
those
 where delivered, 2 of
 them werent. Examining the mail log, the following message appeared

 SMTP server replied No connection to mail server. Moved file to
 d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.

 The site is hosted in australia and our mail server is in the US. I tried
 bumping the timeout up to 300 seconds and also
 specifying the mail server's address as a IP address and not a host name.
It
 still hasn't solved the problem. It is hard to find
 the problem because it occurs randomly. I have read many mailing list
 archives where this problem occurs, but they all seem
 to never be able to deliver mail, in my case, 80% of the time it does.

 has anyone experienced this same problem? If so, how did you fix it!

 Could the problem be on the mail server??

 Could any software on the webserver causing this. We are running
pcanywhere
 and an ftp server.

 Thanks in advance

 Nick

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems

2001-04-30 Thread DE Bonis, Nicolas

Have you always had this problem?

what version of CF are you running?. Im using cf 4.5.

 -Original Message-
 From: Tony Gruen [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, 30 April 2001 16:15
 To:   CF-Talk
 Subject:  RE: CFMAIL problems
 
 I am also having that exact situation and both of my servers are on the
 same
 network. Valid addresses yet I see that same message in the log.
 
 Tony Gruen
 
 
 -Original Message-
 From: DE Bonis, Nicolas [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 29, 2001 10:52 PM
 To: CF-Talk
 Subject: CFMAIL problems
 
 
 
 Hi,
 
 I am having problems with cfmail, sometimes it delivers mail and sometimes
 it doesnt.
 I performed a test in where I looped over a cfmail 20 times, and 18 of
 those
 where delivered, 2 of
 them werent. Examining the mail log, the following message appeared
 
 SMTP server replied No connection to mail server. Moved file to
 d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.
 
 The site is hosted in australia and our mail server is in the US. I tried
 bumping the timeout up to 300 seconds and also
 specifying the mail server's address as a IP address and not a host name.
 It
 still hasn't solved the problem. It is hard to find
 the problem because it occurs randomly. I have read many mailing list
 archives where this problem occurs, but they all seem
 to never be able to deliver mail, in my case, 80% of the time it does.
 
 has anyone experienced this same problem? If so, how did you fix it!
 
 Could the problem be on the mail server??
 
 Could any software on the webserver causing this. We are running
 pcanywhere
 and an ftp server.
 
 Thanks in advance
 
 Nick
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems

2001-04-30 Thread DE Bonis, Nicolas

Thanks Sean,

I also get this problem when sending just one email, the looping was just a
test
I did to how reliable the system was. My understanding it that when you do a
cfmail, 
it doesnt actually send the mail straight away, it places it in spool
directory as a text file, 
and every N seconds some sort of process mails everything in the spool
directory.  
i am going to try use cfx_wait, but it seems strange to me that this effects
how your mail is sent,
if it was sent instantly it would make sense to me.

Thanks for all your help

Nick

 -Original Message-
 From: Sean Renet [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, 30 April 2001 16:21
 To:   CF-Talk
 Subject:  Re: CFMAIL problems
 
 This is the only solution that worked for me when their are tons of email.
 Actually its not my solution, it was Tony Aly's solution and it works
 great.
 
 !---  First we pull the specific addressees---
  cfquery name=get_email_addresses datasource=#attributes.dsn#
 dbserver=#attributes.dbserver# dbname=#attributes.dbname#
 username=#attributes.dbusername# password=#attributes.dbpassword#
 THIS QUERY RETURNS THE PEOPLE YOU ARE SENDING TO
  /cfquery
 
 !---  Then we use CFX_WAIT to pause between ever iteration of sending it
 out ---
 cfloop query=get_email_addresses
 cfset current_email = trim(lcase(email))
 cftry
  cfmail to=#trim(current_email)#
 from=#trim(get_email_message.from_vc)#
 subject=#trim(get_email_message.subject_vc)#
 server=#trim(attributes.mail_server)##get_email_message.message_mem#
  .
  /cfmail
  CFX_Wait Sleeptime=1
 cfcatch
  CFX_Wait Sleeptime=10
 /cfcatch
/cftry
 /cfloop
 
 Over the last 2 years we have tried everything imaginable in CF to
 accomplish the same task and this is the only solution that has worked for
 us.
 
 You can get CFX_WAIT int the tag gallery in Allaire's Developer Exchange.
 http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=CFX_
 WA
 ITsearch=search
 
 Hope that helps,
 
 Sean Renet
 - Original Message -
 From: DE Bonis, Nicolas [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Sunday, April 29, 2001 10:52 PM
 Subject: CFMAIL problems
 
 
 
  Hi,
 
  I am having problems with cfmail, sometimes it delivers mail and
 sometimes
  it doesnt.
  I performed a test in where I looped over a cfmail 20 times, and 18 of
 those
  where delivered, 2 of
  them werent. Examining the mail log, the following message appeared
 
  SMTP server replied No connection to mail server. Moved file to
  d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.
 
  The site is hosted in australia and our mail server is in the US. I
 tried
  bumping the timeout up to 300 seconds and also
  specifying the mail server's address as a IP address and not a host
 name.
 It
  still hasn't solved the problem. It is hard to find
  the problem because it occurs randomly. I have read many mailing list
  archives where this problem occurs, but they all seem
  to never be able to deliver mail, in my case, 80% of the time it does.
 
  has anyone experienced this same problem? If so, how did you fix it!
 
  Could the problem be on the mail server??
 
  Could any software on the webserver causing this. We are running
 pcanywhere
  and an ftp server.
 
  Thanks in advance
 
  Nick
 
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problems

2001-04-30 Thread Sean Renet

Nick, the dll's for cfmail and cfftp are horrible. so if you had the problem
once where you sent out a bunch of email, the dll is now corrupted.  Even if
you try to send one now chances are its not going to get out.  At best you
have to restart the server, at worst you have to reinstall the dll.

Sean Renet
- Original Message -
From: DE Bonis, Nicolas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, April 29, 2001 11:31 PM
Subject: RE: CFMAIL problems


 Thanks Sean,

 I also get this problem when sending just one email, the looping was just
a
 test
 I did to how reliable the system was. My understanding it that when you do
a
 cfmail,
 it doesnt actually send the mail straight away, it places it in spool
 directory as a text file,
 and every N seconds some sort of process mails everything in the spool
 directory.
 i am going to try use cfx_wait, but it seems strange to me that this
effects
 how your mail is sent,
 if it was sent instantly it would make sense to me.

 Thanks for all your help

 Nick

  -Original Message-
  From: Sean Renet [SMTP:[EMAIL PROTECTED]]
  Sent: Monday, 30 April 2001 16:21
  To: CF-Talk
  Subject: Re: CFMAIL problems
 
  This is the only solution that worked for me when their are tons of
email.
  Actually its not my solution, it was Tony Aly's solution and it works
  great.
 
  !---  First we pull the specific addressees---
   cfquery name=get_email_addresses datasource=#attributes.dsn#
  dbserver=#attributes.dbserver# dbname=#attributes.dbname#
  username=#attributes.dbusername# password=#attributes.dbpassword#
  THIS QUERY RETURNS THE PEOPLE YOU ARE SENDING TO
   /cfquery
 
  !---  Then we use CFX_WAIT to pause between ever iteration of sending
it
  out ---
  cfloop query=get_email_addresses
  cfset current_email = trim(lcase(email))
  cftry
   cfmail to=#trim(current_email)#
  from=#trim(get_email_message.from_vc)#
  subject=#trim(get_email_message.subject_vc)#
  server=#trim(attributes.mail_server)##get_email_message.message_mem#
   .
   /cfmail
   CFX_Wait Sleeptime=1
  cfcatch
   CFX_Wait Sleeptime=10
  /cfcatch
 /cftry
  /cfloop
 
  Over the last 2 years we have tried everything imaginable in CF to
  accomplish the same task and this is the only solution that has worked
for
  us.
 
  You can get CFX_WAIT int the tag gallery in Allaire's Developer
Exchange.
 
http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=CFX_
  WA
  ITsearch=search
 
  Hope that helps,
 
  Sean Renet
  - Original Message -
  From: DE Bonis, Nicolas [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Sunday, April 29, 2001 10:52 PM
  Subject: CFMAIL problems
 
 
  
   Hi,
  
   I am having problems with cfmail, sometimes it delivers mail and
  sometimes
   it doesnt.
   I performed a test in where I looped over a cfmail 20 times, and 18 of
  those
   where delivered, 2 of
   them werent. Examining the mail log, the following message appeared
  
   SMTP server replied No connection to mail server. Moved file to
   d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.
  
   The site is hosted in australia and our mail server is in the US. I
  tried
   bumping the timeout up to 300 seconds and also
   specifying the mail server's address as a IP address and not a host
  name.
  It
   still hasn't solved the problem. It is hard to find
   the problem because it occurs randomly. I have read many mailing list
   archives where this problem occurs, but they all seem
   to never be able to deliver mail, in my case, 80% of the time it does.
  
   has anyone experienced this same problem? If so, how did you fix it!
  
   Could the problem be on the mail server??
  
   Could any software on the webserver causing this. We are running
  pcanywhere
   and an ftp server.
  
   Thanks in advance
  
   Nick
  
   Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
   Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
  
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems

2001-04-30 Thread DE Bonis, Nicolas

Well we have restarted the server before, and that has not fixed the
problem..

would you know how I would go about reinstalling the dll's??? and how risky
it is...



 -Original Message-
 From: Sean Renet [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, 30 April 2001 17:03
 To:   CF-Talk
 Subject:  Re: CFMAIL problems
 
 Nick, the dll's for cfmail and cfftp are horrible. so if you had the
 problem
 once where you sent out a bunch of email, the dll is now corrupted.  Even
 if
 you try to send one now chances are its not going to get out.  At best you
 have to restart the server, at worst you have to reinstall the dll.
 
 Sean Renet
 - Original Message -
 From: DE Bonis, Nicolas [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Sunday, April 29, 2001 11:31 PM
 Subject: RE: CFMAIL problems
 
 
  Thanks Sean,
 
  I also get this problem when sending just one email, the looping was
 just
 a
  test
  I did to how reliable the system was. My understanding it that when you
 do
 a
  cfmail,
  it doesnt actually send the mail straight away, it places it in spool
  directory as a text file,
  and every N seconds some sort of process mails everything in the spool
  directory.
  i am going to try use cfx_wait, but it seems strange to me that this
 effects
  how your mail is sent,
  if it was sent instantly it would make sense to me.
 
  Thanks for all your help
 
  Nick
 
   -Original Message-
   From: Sean Renet [SMTP:[EMAIL PROTECTED]]
   Sent: Monday, 30 April 2001 16:21
   To: CF-Talk
   Subject: Re: CFMAIL problems
  
   This is the only solution that worked for me when their are tons of
 email.
   Actually its not my solution, it was Tony Aly's solution and it works
   great.
  
   !---  First we pull the specific addressees---
cfquery name=get_email_addresses datasource=#attributes.dsn#
   dbserver=#attributes.dbserver# dbname=#attributes.dbname#
   username=#attributes.dbusername# password=#attributes.dbpassword#
   THIS QUERY RETURNS THE PEOPLE YOU ARE SENDING TO
/cfquery
  
   !---  Then we use CFX_WAIT to pause between ever iteration of sending
 it
   out ---
   cfloop query=get_email_addresses
   cfset current_email = trim(lcase(email))
   cftry
cfmail to=#trim(current_email)#
   from=#trim(get_email_message.from_vc)#
   subject=#trim(get_email_message.subject_vc)#
  
 server=#trim(attributes.mail_server)##get_email_message.message_mem#
.
/cfmail
CFX_Wait Sleeptime=1
   cfcatch
CFX_Wait Sleeptime=10
   /cfcatch
  /cftry
   /cfloop
  
   Over the last 2 years we have tried everything imaginable in CF to
   accomplish the same task and this is the only solution that has worked
 for
   us.
  
   You can get CFX_WAIT int the tag gallery in Allaire's Developer
 Exchange.
  
 http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=CFX_
   WA
   ITsearch=search
  
   Hope that helps,
  
   Sean Renet
   - Original Message -
   From: DE Bonis, Nicolas [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Sunday, April 29, 2001 10:52 PM
   Subject: CFMAIL problems
  
  
   
Hi,
   
I am having problems with cfmail, sometimes it delivers mail and
   sometimes
it doesnt.
I performed a test in where I looped over a cfmail 20 times, and 18
 of
   those
where delivered, 2 of
them werent. Examining the mail log, the following message appeared
   
SMTP server replied No connection to mail server. Moved file to
d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.
   
The site is hosted in australia and our mail server is in the US. I
   tried
bumping the timeout up to 300 seconds and also
specifying the mail server's address as a IP address and not a host
   name.
   It
still hasn't solved the problem. It is hard to find
the problem because it occurs randomly. I have read many mailing
 list
archives where this problem occurs, but they all seem
to never be able to deliver mail, in my case, 80% of the time it
 does.
   
has anyone experienced this same problem? If so, how did you fix it!
   
Could the problem be on the mail server??
   
Could any software on the webserver causing this. We are running
   pcanywhere
and an ftp server.
   
Thanks in advance
   
Nick
   
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
   
  
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems

2001-04-30 Thread Tony Gruen

We are using CF 4.5.2 - we do not have this problem on all servers. I have
used CFW_Wait when we have several mails going out with no problem. This
only happens on one server that sends emails one at a time when someone
fills out a request form. Out of about 200 a week, 30 will not go.

Tony

-Original Message-
From: DE Bonis, Nicolas [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 29, 2001 11:25 PM
To: CF-Talk
Subject: RE: CFMAIL problems


Have you always had this problem?

what version of CF are you running?. Im using cf 4.5.

 -Original Message-
 From: Tony Gruen [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, 30 April 2001 16:15
 To:   CF-Talk
 Subject:  RE: CFMAIL problems

 I am also having that exact situation and both of my servers are on the
 same
 network. Valid addresses yet I see that same message in the log.

 Tony Gruen


 -Original Message-
 From: DE Bonis, Nicolas [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 29, 2001 10:52 PM
 To: CF-Talk
 Subject: CFMAIL problems



 Hi,

 I am having problems with cfmail, sometimes it delivers mail and sometimes
 it doesnt.
 I performed a test in where I looped over a cfmail 20 times, and 18 of
 those
 where delivered, 2 of
 them werent. Examining the mail log, the following message appeared

 SMTP server replied No connection to mail server. Moved file to
 d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.

 The site is hosted in australia and our mail server is in the US. I tried
 bumping the timeout up to 300 seconds and also
 specifying the mail server's address as a IP address and not a host name.
 It
 still hasn't solved the problem. It is hard to find
 the problem because it occurs randomly. I have read many mailing list
 archives where this problem occurs, but they all seem
 to never be able to deliver mail, in my case, 80% of the time it does.

 has anyone experienced this same problem? If so, how did you fix it!

 Could the problem be on the mail server??

 Could any software on the webserver causing this. We are running
 pcanywhere
 and an ftp server.

 Thanks in advance

 Nick

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problems

2001-04-30 Thread Sean Renet

If I remember correctly reinstalling the dll is just a matter of replacing
it with a different one and restarting the server.  I believe the dll you
are looking for is C:\CFUSION\BIN\smtp.dll.  You might want to call tech
support to make sure however.  If it were me, I would install CF on a
development box, grab that dll from the development box and put it were the
one on the production box is.

Sean Renet
- Original Message -
From: DE Bonis, Nicolas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 30, 2001 12:07 AM
Subject: RE: CFMAIL problems


 Well we have restarted the server before, and that has not fixed the
 problem..

 would you know how I would go about reinstalling the dll's??? and how
risky
 it is...



  -Original Message-
  From: Sean Renet [SMTP:[EMAIL PROTECTED]]
  Sent: Monday, 30 April 2001 17:03
  To: CF-Talk
  Subject: Re: CFMAIL problems
 
  Nick, the dll's for cfmail and cfftp are horrible. so if you had the
  problem
  once where you sent out a bunch of email, the dll is now corrupted.
Even
  if
  you try to send one now chances are its not going to get out.  At best
you
  have to restart the server, at worst you have to reinstall the dll.
 
  Sean Renet
  - Original Message -
  From: DE Bonis, Nicolas [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Sunday, April 29, 2001 11:31 PM
  Subject: RE: CFMAIL problems
 
 
   Thanks Sean,
  
   I also get this problem when sending just one email, the looping was
  just
  a
   test
   I did to how reliable the system was. My understanding it that when
you
  do
  a
   cfmail,
   it doesnt actually send the mail straight away, it places it in spool
   directory as a text file,
   and every N seconds some sort of process mails everything in the spool
   directory.
   i am going to try use cfx_wait, but it seems strange to me that this
  effects
   how your mail is sent,
   if it was sent instantly it would make sense to me.
  
   Thanks for all your help
  
   Nick
  
-Original Message-
From: Sean Renet [SMTP:[EMAIL PROTECTED]]
Sent: Monday, 30 April 2001 16:21
To: CF-Talk
Subject: Re: CFMAIL problems
   
This is the only solution that worked for me when their are tons of
  email.
Actually its not my solution, it was Tony Aly's solution and it
works
great.
   
!---  First we pull the specific addressees---
 cfquery name=get_email_addresses datasource=#attributes.dsn#
dbserver=#attributes.dbserver# dbname=#attributes.dbname#
username=#attributes.dbusername#
password=#attributes.dbpassword#
THIS QUERY RETURNS THE PEOPLE YOU ARE SENDING TO
 /cfquery
   
!---  Then we use CFX_WAIT to pause between ever iteration of
sending
  it
out ---
cfloop query=get_email_addresses
cfset current_email = trim(lcase(email))
cftry
 cfmail to=#trim(current_email)#
from=#trim(get_email_message.from_vc)#
subject=#trim(get_email_message.subject_vc)#
   
  server=#trim(attributes.mail_server)##get_email_message.message_mem#
 .
 /cfmail
 CFX_Wait Sleeptime=1
cfcatch
 CFX_Wait Sleeptime=10
/cfcatch
   /cftry
/cfloop
   
Over the last 2 years we have tried everything imaginable in CF to
accomplish the same task and this is the only solution that has
worked
  for
us.
   
You can get CFX_WAIT int the tag gallery in Allaire's Developer
  Exchange.
   
 
http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=CFX_
WA
ITsearch=search
   
Hope that helps,
   
Sean Renet
- Original Message -
From: DE Bonis, Nicolas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, April 29, 2001 10:52 PM
Subject: CFMAIL problems
   
   

 Hi,

 I am having problems with cfmail, sometimes it delivers mail and
sometimes
 it doesnt.
 I performed a test in where I looped over a cfmail 20 times, and
18
  of
those
 where delivered, 2 of
 them werent. Examining the mail log, the following message
appeared

 SMTP server replied No connection to mail server. Moved file to
 d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.

 The site is hosted in australia and our mail server is in the US.
I
tried
 bumping the timeout up to 300 seconds and also
 specifying the mail server's address as a IP address and not a
host
name.
It
 still hasn't solved the problem. It is hard to find
 the problem because it occurs randomly. I have read many mailing
  list
 archives where this problem occurs, but they all seem
 to never be able to deliver mail, in my case, 80% of the time it
  does.

 has anyone experienced this same problem? If so, how did you fix
it!

 Could the problem be on the mail server??

 Could any software on the webserver causing this. We are running
pcanywhere
 and an ftp server

CFMAIL problems

2001-04-29 Thread DE Bonis, Nicolas


Hi,

I am having problems with cfmail, sometimes it delivers mail and sometimes
it doesnt.
I performed a test in where I looped over a cfmail 20 times, and 18 of those
where delivered, 2 of 
them werent. Examining the mail log, the following message appeared

SMTP server replied No connection to mail server. Moved file to
d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.

The site is hosted in australia and our mail server is in the US. I tried
bumping the timeout up to 300 seconds and also
specifying the mail server's address as a IP address and not a host name. It
still hasn't solved the problem. It is hard to find
the problem because it occurs randomly. I have read many mailing list
archives where this problem occurs, but they all seem 
to never be able to deliver mail, in my case, 80% of the time it does.

has anyone experienced this same problem? If so, how did you fix it!

Could the problem be on the mail server??

Could any software on the webserver causing this. We are running pcanywhere
and an ftp server.

Thanks in advance

Nick

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems

2001-04-29 Thread Tony Gruen

I am also having that exact situation and both of my servers are on the same
network. Valid addresses yet I see that same message in the log.

Tony Gruen


-Original Message-
From: DE Bonis, Nicolas [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 29, 2001 10:52 PM
To: CF-Talk
Subject: CFMAIL problems



Hi,

I am having problems with cfmail, sometimes it delivers mail and sometimes
it doesnt.
I performed a test in where I looped over a cfmail 20 times, and 18 of those
where delivered, 2 of
them werent. Examining the mail log, the following message appeared

SMTP server replied No connection to mail server. Moved file to
d:\resource\apps\cfusion\MAIL\undelivr\118.cfmail.

The site is hosted in australia and our mail server is in the US. I tried
bumping the timeout up to 300 seconds and also
specifying the mail server's address as a IP address and not a host name. It
still hasn't solved the problem. It is hard to find
the problem because it occurs randomly. I have read many mailing list
archives where this problem occurs, but they all seem
to never be able to deliver mail, in my case, 80% of the time it does.

has anyone experienced this same problem? If so, how did you fix it!

Could the problem be on the mail server??

Could any software on the webserver causing this. We are running pcanywhere
and an ftp server.

Thanks in advance

Nick

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMail Problems

2001-04-17 Thread Ming Lu

Does anyone know a way to automatically put the e-mails from D:\CFUSION\MAIL\Undelivr 
folder back to D:\CFUSION\MAIL\Spool folder?

Thank you!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail Problems

2001-04-17 Thread Dylan Bromby

check the tag gallery.

-Original Message-
From: Ming Lu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 2:03 PM
To: CF-Talk
Subject: CFMail Problems


Does anyone know a way to automatically put the e-mails from
D:\CFUSION\MAIL\Undelivr folder back to D:\CFUSION\MAIL\Spool folder?

Thank you!
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Problems

2001-04-17 Thread Howie Hamlin

Try this:

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3474D0-2830-11D4-AA
9700508B94F380method=Full

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server


- Original Message -
From: "Ming Lu" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, April 17, 2001 5:02 PM
Subject: CFMail Problems


 Does anyone know a way to automatically put the e-mails from
D:\CFUSION\MAIL\Undelivr folder back to D:\CFUSION\MAIL\Spool folder?

 Thank you!




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Problems, please HELP !

2001-04-05 Thread ming

Hi Christopher,

Thank you so much for spending your time to give me great help!

It worked with your suggestions after I upgraded the Coldfusion server from
4.5 to 4.5.1 (Professional version).

Thanks again and have a nice day!

Ming
- Original Message -
From: McGuckin, Chris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 12:53 PM
Subject: RE: CFMail Problems, please HELP !


 I don't use PCAnywhere, as I have physical access to my cf server.  I'm
not
 sure what effect that will have on what you need to do and if it has
 anything to do with you error message.  Do you have physical access to the
 coldfusion box?  If you're logging into remote machine with PCAnywhere, it
 may be that your user account on the remote machine doesn't have the
 appropriate administrator rights, and you need administrator access to be
 able to assign the appropriate rights to the folders.  If you do have
admin
 rights you might be getting the same error because the CF services are
still
 running and thus have tied up access to the directories.

 What I meant by stopping all the coldfusion services is actually stopping
 the coldfusion services running under NT (see "services" on the Windows
 Control Panel) on the server.  If they're running then they might take
 control of directories or resources to which you need to make changes.

 In any event, if you have access to the server or are in contact with the
 machine's administrator, this is what needs to be done (I'm trying to
 remember the NT4 specific stuff.  I'm running Win2K):

 -Log in under an account with full administrator privileges;
 -Open the Control Panel and Select "Services";
 -Highlight "Cold Fusion Application Server" and select Stop;
 -Do the same for "Cold Fusion Executive" and "Cold Fusion RDS";
 -Under Windows Explorer, open the properties for first folder in question
 and go to the security Tab.
 -Select Permissions.  Click "Add" and highlight "SYSTEM".  You might have
to
 click the "Show Users"  button to get SYSTEM to show on the list;
 -Select Full Control for the type of access;
 -Click OK;
 -You can leave "Everyone" for now, unless someone else on the list thinks
 that's not wise;
 -Go to each folder in turn and do the same.

 There's something I also missed on your original message:
 SMTP server replied "No connection to mail server."
 With a ping or nslookup from the coldfusion server, double check both the
IP
 and DNS of the mail server you're using.  On the mail settings in the
 ColdFusion Administrator, click "Verify" to make sure CF can see the mail
 server.  Also, contact whoever is in charge of the mail server to make
sure
 it is up and running.  Using the IP is probably a good idea, since the cf
 system won't have to do a name lookup each time.  Beyond that, make sure
 that your TCP/IP settings are correct.

 Hope this helps.

 Christopher McGuckin
 DynCorp IET, Inc.
 (703) 264-9247
 "A computer lets you make more mistakes faster than any invention in human
 history, with the possible exceptions of handguns and tequila".
 -Mitch Ratcliffe


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 04, 2001 6:00 PM
 To: [EMAIL PROTECTED]
 Cc: McGuckin, Chris
 Subject: Re: CFMail Problems, please HELP !


 Hi Christopher,

 Thank you very much for your reply!

 I checked the permissions for on all the subfolders in  D:\CFUSION\MAIL\,
 including undelivr, spool and logs. The permissions are all assigned as
 "Everyone /full control". Should I remove that and add "System/ Full
 Control"? When I tried to add System with full control to SPOOL folder I
got
 the following error message: "unable to set the attribute for SPOOL".

 There is no 0 KB files in any of the folders.

 When you said "Just make sure you stop the all the coldfusion services
 first." , do you mean to stop the coldfusion server?
 Should I re-start my PCAnywhere after I make all these changes?

 CF server 4.5 Professional edition on NT4

 Thank you again!!!

 Ming Lu

 ----- Original Message -
 From: McGuckin, Chris [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, April 04, 2001 10:52 AM
 Subject: RE: CFMail Problems, please HELP !


  Double check the permissions that are set on all the subfolders in
  D:\CFUSION\MAIL\, including undelivr and spool.  Make sure SYSTEM is
  assigned full control rights to those directories.  Also, make sure
there
  are no 0 (zero) KB mail files in the directories.  I was receiving the
 same
  error as you and once I reset the directory permissions and removed the
0
 KB
  files the problems never resurfaced.  Just make sure you stop the all
the
  coldfusion services first.
 
 
 
  Christopher McGuckin
  DynCorp IET, Inc.
  (703) 264-9247
  "Outside of a dog, a book is man's best friend.  Ins

CFMail Problems, please HELP !

2001-04-04 Thread ming

Dear Lawrence,

I am having the same CFMail problem as you had before ( I read your e-mail posted on 
Allaire dated on May 2, 2000). 
Error messages I got:

SMTP server replied"Internal error: Pending mail operations must be completed." Moved 
file to: \CFUSION\MAIL\undelivr\11B8.cfmail."

"Failed to send the spooled mail file, D:\CFUSION\MAIL\spool\1132.cfmail. SMTP server 
replied "No connection to mail server." Moved file to 
D:\CFUSION\MAIL\undelivr\\1133.cfmail."


After I re-booted PCAnywhere and moved all messages from Udelivr folder to Spool 
folder, it started to send e-mail again. But after I upgraded my MailMax from Version 
3.0 to 4.6, I have all the e-mails sitting in the Udelivr folder and they couldn't be 
sent out even though I tried the same trick. I changed the Mail server setting in the 
Coldfusion administrator from IP to real mail server name, it still not working.

Any idea to fix this problem would be greatly appreciated. Thank you very much.

Ming Lu
Phone: 508-647-5151
[EMAIL PROTECTED]


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail Problems, please HELP !

2001-04-04 Thread McGuckin, Chris

Double check the permissions that are set on all the subfolders in
D:\CFUSION\MAIL\, including undelivr and spool.  Make sure SYSTEM is
assigned full control rights to those directories.  Also, make sure there
are no 0 (zero) KB mail files in the directories.  I was receiving the same
error as you and once I reset the directory permissions and removed the 0 KB
files the problems never resurfaced.  Just make sure you stop the all the
coldfusion services first.



Christopher McGuckin
DynCorp IET, Inc.
(703) 264-9247
"Outside of a dog, a book is man's best friend.  Inside of a dog it's too
dark to read".
-Groucho Marx


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 4:13 PM
To: CF-Talk
Subject: CFMail Problems, please HELP !


Dear Lawrence,

I am having the same CFMail problem as you had before ( I read your e-mail
posted on Allaire dated on May 2, 2000). 
Error messages I got:

SMTP server replied"Internal error: Pending mail operations must be
completed." Moved file to: \CFUSION\MAIL\undelivr\11B8.cfmail."

"Failed to send the spooled mail file, D:\CFUSION\MAIL\spool\1132.cfmail.
SMTP server replied "No connection to mail server." Moved file to
D:\CFUSION\MAIL\undelivr\\1133.cfmail."


After I re-booted PCAnywhere and moved all messages from Udelivr folder to
Spool folder, it started to send e-mail again. But after I upgraded my
MailMax from Version 3.0 to 4.6, I have all the e-mails sitting in the
Udelivr folder and they couldn't be sent out even though I tried the same
trick. I changed the Mail server setting in the Coldfusion administrator
from IP to real mail server name, it still not working.

Any idea to fix this problem would be greatly appreciated. Thank you very
much.

Ming Lu
Phone: 508-647-5151
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Problems, please HELP !

2001-04-04 Thread ming

Hi Christopher,

Thank you very much for your reply!

I checked the permissions for on all the subfolders in  D:\CFUSION\MAIL\,
including undelivr, spool and logs. The permissions are all assigned as
"Everyone /full control". Should I remove that and add "System/ Full
Control"? When I tried to add System with full control to SPOOL folder I got
the following error message: "unable to set the attribute for SPOOL".

There is no 0 KB files in any of the folders.

When you said "Just make sure you stop the all the coldfusion services
first." , do you mean to stop the coldfusion server?
Should I re-start my PCAnywhere after I make all these changes?

CF server 4.5 Professional edition on NT4

Thank you again!!!

Ming Lu

- Original Message -
From: McGuckin, Chris [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 10:52 AM
Subject: RE: CFMail Problems, please HELP !


 Double check the permissions that are set on all the subfolders in
 D:\CFUSION\MAIL\, including undelivr and spool.  Make sure SYSTEM is
 assigned full control rights to those directories.  Also, make sure there
 are no 0 (zero) KB mail files in the directories.  I was receiving the
same
 error as you and once I reset the directory permissions and removed the 0
KB
 files the problems never resurfaced.  Just make sure you stop the all the
 coldfusion services first.



 Christopher McGuckin
 DynCorp IET, Inc.
 (703) 264-9247
 "Outside of a dog, a book is man's best friend.  Inside of a dog it's too
 dark to read".
 -Groucho Marx


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 04, 2001 4:13 PM
 To: CF-Talk
 Subject: CFMail Problems, please HELP !


 Dear Lawrence,

 I am having the same CFMail problem as you had before ( I read your e-mail
 posted on Allaire dated on May 2, 2000).
 Error messages I got:

 SMTP server replied"Internal error: Pending mail operations must be
 completed." Moved file to: \CFUSION\MAIL\undelivr\11B8.cfmail."

 "Failed to send the spooled mail file, D:\CFUSION\MAIL\spool\1132.cfmail.
 SMTP server replied "No connection to mail server." Moved file to
 D:\CFUSION\MAIL\undelivr\\1133.cfmail."


 After I re-booted PCAnywhere and moved all messages from Udelivr folder to
 Spool folder, it started to send e-mail again. But after I upgraded my
 MailMax from Version 3.0 to 4.6, I have all the e-mails sitting in the
 Udelivr folder and they couldn't be sent out even though I tried the same
 trick. I changed the Mail server setting in the Coldfusion administrator
 from IP to real mail server name, it still not working.

 Any idea to fix this problem would be greatly appreciated. Thank you very
 much.

 Ming Lu
 Phone: 508-647-5151
 [EMAIL PROTECTED]

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail Problems, please HELP !

2001-04-04 Thread McGuckin, Chris

I don't use PCAnywhere, as I have physical access to my cf server.  I'm not
sure what effect that will have on what you need to do and if it has
anything to do with you error message.  Do you have physical access to the
coldfusion box?  If you're logging into remote machine with PCAnywhere, it
may be that your user account on the remote machine doesn't have the
appropriate administrator rights, and you need administrator access to be
able to assign the appropriate rights to the folders.  If you do have admin
rights you might be getting the same error because the CF services are still
running and thus have tied up access to the directories.

What I meant by stopping all the coldfusion services is actually stopping
the coldfusion services running under NT (see "services" on the Windows
Control Panel) on the server.  If they're running then they might take
control of directories or resources to which you need to make changes.

In any event, if you have access to the server or are in contact with the
machine's administrator, this is what needs to be done (I'm trying to
remember the NT4 specific stuff.  I'm running Win2K):

-Log in under an account with full administrator privileges;
-Open the Control Panel and Select "Services";
-Highlight "Cold Fusion Application Server" and select Stop;
-Do the same for "Cold Fusion Executive" and "Cold Fusion RDS";
-Under Windows Explorer, open the properties for first folder in question
and go to the security Tab.
-Select Permissions.  Click "Add" and highlight "SYSTEM".  You might have to
click the "Show Users"  button to get SYSTEM to show on the list;
-Select Full Control for the type of access;
-Click OK;
-You can leave "Everyone" for now, unless someone else on the list thinks
that's not wise;
-Go to each folder in turn and do the same.

There's something I also missed on your original message:
SMTP server replied "No connection to mail server."
With a ping or nslookup from the coldfusion server, double check both the IP
and DNS of the mail server you're using.  On the mail settings in the
ColdFusion Administrator, click "Verify" to make sure CF can see the mail
server.  Also, contact whoever is in charge of the mail server to make sure
it is up and running.  Using the IP is probably a good idea, since the cf
system won't have to do a name lookup each time.  Beyond that, make sure
that your TCP/IP settings are correct.

Hope this helps.

Christopher McGuckin
DynCorp IET, Inc.
(703) 264-9247
"A computer lets you make more mistakes faster than any invention in human
history, with the possible exceptions of handguns and tequila".
-Mitch Ratcliffe

Christopher McGuckin
DynCorp IET, Inc.
(703) 264-9247
"Outside of a dog, a book is man's best friend.  Inside of a dog it's too
dark to read".
-Groucho Marx


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 6:00 PM
To: CF-Talk
Subject: Re: CFMail Problems, please HELP !


Hi Christopher,

Thank you very much for your reply!

I checked the permissions for on all the subfolders in  D:\CFUSION\MAIL\,
including undelivr, spool and logs. The permissions are all assigned as
"Everyone /full control". Should I remove that and add "System/ Full
Control"? When I tried to add System with full control to SPOOL folder I got
the following error message: "unable to set the attribute for SPOOL".

There is no 0 KB files in any of the folders.

When you said "Just make sure you stop the all the coldfusion services
first." , do you mean to stop the coldfusion server?
Should I re-start my PCAnywhere after I make all these changes?

CF server 4.5 Professional edition on NT4

Thank you again!!!

Ming Lu

- Original Message -
From: McGuckin, Chris [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 10:52 AM
Subject: RE: CFMail Problems, please HELP !


 Double check the permissions that are set on all the subfolders in
 D:\CFUSION\MAIL\, including undelivr and spool.  Make sure SYSTEM is
 assigned full control rights to those directories.  Also, make sure there
 are no 0 (zero) KB mail files in the directories.  I was receiving the
same
 error as you and once I reset the directory permissions and removed the 0
KB
 files the problems never resurfaced.  Just make sure you stop the all the
 coldfusion services first.



 Christopher McGuckin
 DynCorp IET, Inc.
 (703) 264-9247
 "Outside of a dog, a book is man's best friend.  Inside of a dog it's too
 dark to read".
 -Groucho Marx


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 04, 2001 4:13 PM
 To: CF-Talk
 Subject: CFMail Problems, please HELP !


 Dear Lawrence,

 I am having the same CFMail problem as you had before ( I read your e-mail
 posted on Allaire dated on M

RE: CFMAIL problems on 4.51 SP 2

2001-03-08 Thread Bud

On 3/8/01, Trey Rouse penned:
It was our opinion that Allaire had little intention of correcting the
problem or packaging a robust enough spooler to meet our needs.  We did
suggest that there wasn't enough disparity between Pro and ENT, and perhaps
the ENT package should include a fully functional multi-threaded smtp
relay.  I suggest checking out aspmail or moving back to 4.1 :(

It seems the smtp 4.5.1 patch fixed my problem. I presume the Delay 
wasn't being set in the registry or was set too low. I still had to 
raise it above what the patch set it at. It probably was so 
consistent on mine because Win98 couldn't keep up with how fast the 
mails were being spooled. Just a guess, since I know nothing about 
this stuff. :)
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-08 Thread Trey Rouse

Glad to hear it worked for you.  We were still able to predictably recreate 
the error after the smtp patch.  Be sure and place a proper load on it 
before you have complete confidence in the patch ;).

Trey


At 08:44 AM 3/8/2001 -0500, you wrote:
On 3/8/01, Trey Rouse penned:
 It was our opinion that Allaire had little intention of correcting the
 problem or packaging a robust enough spooler to meet our needs.  We did
 suggest that there wasn't enough disparity between Pro and ENT, and perhaps
 the ENT package should include a fully functional multi-threaded smtp
 relay.  I suggest checking out aspmail or moving back to 4.1 :(

It seems the smtp 4.5.1 patch fixed my problem. I presume the Delay
wasn't being set in the registry or was set too low. I still had to
raise it above what the patch set it at. It probably was so
consistent on mine because Win98 couldn't keep up with how fast the
mails were being spooled. Just a guess, since I know nothing about
this stuff. :)
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Bud

How can this possibly return an unknown exception condition?

unknown exception condition

TagCFMail::sendMessage

cfloop index="loop" from="1" to="5"
CFOUTPUT#loop#br/CFOUTPUT

cfmail
from="[EMAIL PROTECTED]"
to="[EMAIL PROTECTED]"
subject="test"test
/cfmail

/cfloop

It never makes it past the 2nd loop. I've restarted cfserver. I've 
rebooted the server. How can anyone possibly use 4.51 if it can't 
even handle sending out more than 2 e-mails at a clip? This is on my 
Win98 test machine. I still can't get the nerve to install it on the 
production server when I'm running into crap like this.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Dylan Bromby

i send out over 48,000 at a time in lots of 8,000. it takes less than 4
minutes to spool each (24 minutes for all of them) lot of 8000 out. in fact,
i *just* sent out 48,000 last night and another 48,000 this morning.

i don't have a clear answer to your problem, but i'm running CF4.5.1SP2 on
NT4.0SP5 and don't have any problems with it, so i don't think it's CF.

1) does CF on your 98 machine talk to the mail server OK in the
administrator?
2) just for kicks, put the content of the mail ("test") on its own line
(line break after the opening CFMAIL tag). don't know if it will work, but
that's just what i would try first.

keep us posted, i'd be curious to see what happens. and if you want to email
me off-list i'd be happy to help. i do a lot with CFMAIL and CFPOP (and
non-CFPOP POP3 tools).

dylan

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 3:08 PM
To: CF-Talk
Subject: CFMAIL problems on 4.51 SP 2


How can this possibly return an unknown exception condition?

unknown exception condition

TagCFMail::sendMessage

cfloop index="loop" from="1" to="5"
CFOUTPUT#loop#br/CFOUTPUT

cfmail
from="[EMAIL PROTECTED]"
to="[EMAIL PROTECTED]"
subject="test"test
/cfmail

/cfloop

It never makes it past the 2nd loop. I've restarted cfserver. I've
rebooted the server. How can anyone possibly use 4.51 if it can't
even handle sending out more than 2 e-mails at a clip? This is on my
Win98 test machine. I still can't get the nerve to install it on the
production server when I'm running into crap like this.
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Stephen Kellogg

Bud,
see if any of this applies to you:
http://www.allaire.com/Handlers/index.cfm?ID=15821Method=Full

HTH

Stephen

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 6:08 PM
To: CF-Talk
Subject: CFMAIL problems on 4.51 SP 2


How can this possibly return an unknown exception condition?

unknown exception condition

TagCFMail::sendMessage

cfloop index="loop" from="1" to="5"
CFOUTPUT#loop#br/CFOUTPUT

cfmail
from="[EMAIL PROTECTED]"
to="[EMAIL PROTECTED]"
subject="test"test
/cfmail

/cfloop

It never makes it past the 2nd loop. I've restarted cfserver. I've
rebooted the server. How can anyone possibly use 4.51 if it can't
even handle sending out more than 2 e-mails at a clip? This is on my
Win98 test machine. I still can't get the nerve to install it on the
production server when I'm running into crap like this.
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Bud

On 3/7/01, Dylan Bromby penned:
i send out over 48,000 at a time in lots of 8,000. it takes less than 4
minutes to spool each (24 minutes for all of them) lot of 8000 out. in fact,
i *just* sent out 48,000 last night and another 48,000 this morning.

Do you loop through them or use a query parameter?

i don't have a clear answer to your problem, but i'm running CF4.5.1SP2 on
NT4.0SP5 and don't have any problems with it, so i don't think it's CF.

I ran a couple small tests on NT and didn't have the problem.

1) does CF on your 98 machine talk to the mail server OK in the
administrator?

Sure. In fact, the first 2 mails go fine, then it hangs on the 3rd 
one. I never had any problems with 4.1. I'm stuck using my ISP's mail 
server so I can't test using a different one from home.

2) just for kicks, put the content of the mail ("test") on its own line
(line break after the opening CFMAIL tag). don't know if it will work, but
that's just what i would try first.


Same result.


-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Bud

On 3/7/01, Stephen Kellogg penned:
Bud,
see if any of this applies to you:
http://www.allaire.com/Handlers/index.cfm?ID=15821Method=Full

Yes, actually it did. I didn't replace the dll because the one 
installed was newer. I had to bump up the registry Delay value to 
150, but so far so good.

Do you think I should install the dll from the download?

Thanks a bunch.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Dylan Bromby


i send out over 48,000 at a time in lots of 8,000. it takes less than 4
minutes to spool each (24 minutes for all of them) lot of 8000 out. in
fact,
i *just* sent out 48,000 last night and another 48,000 this morning.

Do you loop through them or use a query parameter?

--- I use CFLOOP.

i don't have a clear answer to your problem, but i'm running CF4.5.1SP2 on
NT4.0SP5 and don't have any problems with it, so i don't think it's CF.

I ran a couple small tests on NT and didn't have the problem.

--- So maybe it's something about running on 98?

1) does CF on your 98 machine talk to the mail server OK in the
administrator?

Sure. In fact, the first 2 mails go fine, then it hangs on the 3rd
one. I never had any problems with 4.1. I'm stuck using my ISP's mail
server so I can't test using a different one from home.

---What is their mail server?

2) just for kicks, put the content of the mail ("test") on its own line
(line break after the opening CFMAIL tag). don't know if it will work, but
that's just what i would try first.

Same result.

---Sometimes wierd things work. Worth ruling them out. :)

--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Stephen Kellogg

Bud,
I am currently using smtp.dll date time stamp is 5/12/00 7:13 size is 65,536
file version 4,5,1,1.
I think it is the one that came in the zip file.

I also have my delay time set to 230.
By the way, I have only done small amounts of e-mails (500 to 800 using NT
and win98) and have successfully done this with the query parameter in
cfmail (not looping) ;-)
Based on some of the stuff I have read on different lists, I suppose I'll
need to change this to a loop as the number of e-mails gets larger.

HTH

Stephen

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 11:08 PM
To: CF-Talk
Subject: RE: CFMAIL problems on 4.51 SP 2


On 3/7/01, Stephen Kellogg penned:
Bud,
see if any of this applies to you:
http://www.allaire.com/Handlers/index.cfm?ID=15821Method=Full

Yes, actually it did. I didn't replace the dll because the one
installed was newer. I had to bump up the registry Delay value to
150, but so far so good.

Do you think I should install the dll from the download?

Thanks a bunch.
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Trey Rouse

Actually there was a bug with the mail spooler in 4.5, that I am told was 
fixed in SP2, that caused this behavior.

It would only happen when you had a single template that executed more than 
one cfmail in the same template, via a loop or just more than one instance 
of the tag.  Our experience with this bug was we could easily recreate it 
but it wasn't as consistent as you have described. It seemed to very on 
several factors... All based around the filesystem on the drive and the 
relative access times to the spool directory.

 From our own diagnosis, we found that the spooler appeared to be single 
threaded in its filesystem writes to the spool directory. CF would begin to 
write one file, then try to write another before it closed the first. We 
would usually see 0k spool files in the spooler.  Before SP1 the spooler 
would then lock when it encountered the 0k file thus requiring a restart of 
the service to resume mail operations.

Allaire never responded to us what the cause was, but 3 months into the 
call tag, they did admit they could finally recreate the problem and that 
it would be addressed in SP2.  I have no idea if it was, as we long since 
moved away from our CF spooler problems and use a different product to 
spool all of our webserver generated mail.

It was our opinion that Allaire had little intention of correcting the 
problem or packaging a robust enough spooler to meet our needs.  We did 
suggest that there wasn't enough disparity between Pro and ENT, and perhaps 
the ENT package should include a fully functional multi-threaded smtp 
relay.  I suggest checking out aspmail or moving back to 4.1 :(


Don't know if it helps, but thought I would share.

PS. We were able to send out hundreds of thousands of emails a day using 
single instances of cfmail tags, this bug only happens with more than one 
tag, and it seemed the length of the email, or the inclusion of an 
attachment greatly increased the likelihood of it happening.


At 08:21 PM 3/7/2001 -0800, you wrote:

 i send out over 48,000 at a time in lots of 8,000. it takes less than 4
 minutes to spool each (24 minutes for all of them) lot of 8000 out. in
fact,
 i *just* sent out 48,000 last night and another 48,000 this morning.

Do you loop through them or use a query parameter?

--- I use CFLOOP.

 i don't have a clear answer to your problem, but i'm running CF4.5.1SP2 on
 NT4.0SP5 and don't have any problems with it, so i don't think it's CF.

I ran a couple small tests on NT and didn't have the problem.

--- So maybe it's something about running on 98?

 1) does CF on your 98 machine talk to the mail server OK in the
 administrator?

Sure. In fact, the first 2 mails go fine, then it hangs on the 3rd
one. I never had any problems with 4.1. I'm stuck using my ISP's mail
server so I can't test using a different one from home.

---What is their mail server?

 2) just for kicks, put the content of the mail ("test") on its own line
 (line break after the opening CFMAIL tag). don't know if it will work, but
 that's just what i would try first.

Same result.

---Sometimes wierd things work. Worth ruling them out. :)

--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMAIL Problems

2000-11-12 Thread Gary Groomer

I have an application that uses CFMAIL that worked perfectly with ColdFusion
Server v4.0.1.0.  I recently upgraded my server to v4.5.1 with SP1.

Now 10 to15% of the emails are moved to the "UNDELIVR" folder and the
mail.log shows the following message:

SMTP server replied "Communication failure with mail server.

I developed a routine to move the files back to the "SPOOL" folder so that
they could be resent.  The log file shows that all files are ultimately
sent, but 1 or 2 emails out of 6 is lost and are never received.  Has anyone
run into this problem and come up with a solution?

Gary Groomer



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



Re: CFMAIL Problems

2000-11-12 Thread Dylan Bromby

Are you specifying the SERVER attribute?

- Original Message -
From: "Gary Groomer" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 12, 2000 11:43 AM
Subject: CFMAIL Problems


 I have an application that uses CFMAIL that worked perfectly with
ColdFusion
 Server v4.0.1.0.  I recently upgraded my server to v4.5.1 with SP1.

 Now 10 to15% of the emails are moved to the "UNDELIVR" folder and the
 mail.log shows the following message:

 SMTP server replied "Communication failure with mail server.

 I developed a routine to move the files back to the "SPOOL" folder so that
 they could be resent.  The log file shows that all files are ultimately
 sent, but 1 or 2 emails out of 6 is lost and are never received.  Has
anyone
 run into this problem and come up with a solution?

 Gary Groomer


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



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



Re: CFMAIL Problems

2000-11-12 Thread Gary Groomer

Yes!
- Original Message -
From: "Dylan Bromby" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, November 13, 2000 12:01 AM
Subject: Re: CFMAIL Problems


 Are you specifying the SERVER attribute?

 - Original Message -
 From: "Gary Groomer" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Sunday, November 12, 2000 11:43 AM
 Subject: CFMAIL Problems


  I have an application that uses CFMAIL that worked perfectly with
 ColdFusion
  Server v4.0.1.0.  I recently upgraded my server to v4.5.1 with SP1.
 
  Now 10 to15% of the emails are moved to the "UNDELIVR" folder and the
  mail.log shows the following message:
 
  SMTP server replied "Communication failure with mail server.
 
  I developed a routine to move the files back to the "SPOOL" folder so
that
  they could be resent.  The log file shows that all files are ultimately
  sent, but 1 or 2 emails out of 6 is lost and are never received.  Has
 anyone
  run into this problem and come up with a solution?
 
  Gary Groomer
 
 

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

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




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



CFMAIL problems

2000-10-17 Thread Bruce Srawley

Hi,

we have a bit of a problem mailing through ColdFusion. Our servers are all
set to GMT with daylight saving time. This is fine, unfortunately it seems
that CFMAIL does not take this into account so when a recipient gets a mail
from coldfusion it looks as though they receive the mail before it has
actually been sent. Ha sanyone got any recommendations on how to resolve
this??

Bruce Srawley

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



RE: cfmail problems

2000-07-26 Thread Eron Cohen

Hi Michael,

Thanks for the advice.  Interestingly enough, I found
another guy on Allaire
forums who was describing the exact same problem and
he was also attaching a
rich-text file.  Unfortuantely, forums have been down
most of today so I
haven't been able to post there about it.  I'll bet
you're right though, it
must be something in that attachment.

Eron
(about to start another CFMAIL thread)

- Original Message -
From: "Michael Smith" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 26, 2000 6:21 PM
Subject: Re: CFMAIL problem



 --6A8DF45E9A5D90D670826DEE
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit

 could be a bad character in the email - I once had
our email server die
with some bad characters in the email. Do this happen
on all email or just
one? if one check the text you are
 sending.
 - Michael Smith, TeraTech, Inc
http://www.teratech.com/

 Eron Cohen wrote:

  Anyone have any ideas what this CFMAIL error is
about?
 
  Error Diagnostic Information
  Unable to write mail message to disk.
  An unexpected error occurred while attempting to
save the mail message.
 
  I've never seen it until recently.  My harddrives
have plenty of space.
I
  am using CF 4.51/IIS 4.0/NT 4.0 SP 6a.
 
  Here's my code:
 
  CFMAIL to="#this_line#" from="#form.mail_from#"
  subject="#form.mail_subject# (Invoice:
#inovoice_number#)" type="HTML"
  CFMAILPARAM
 
FILE="d:\online-documents\readme_files\SoftwareLicenseAgreement.rtf"

  CFMAILPARAM
FILE="d:\online-documents\readme_files\readme.wri" 
  #Mail_message#
  br
  Authorization cfif #form.number_of_codes# is
"1"CodecfelseCodes/cfif:
  #temp_codes#br
  /cfmail
 
  Thanks in advance,
 
  Eron
 


--

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

 --
 Michael Smith, TeraTech Inc - Tools for
Programmers(tm)
 VB, CF/ASP Web, Telephony, Math, Access programming
tools  consulting
 100 Park Ave Ste 360, Rockville MD 20850 USA
 Voice: +1-301-424-3903, 800-447-9120 x500 
Fax:301-762-8185
BBS:301-762-8184
 Web: http://www.teratech.com/sig/
 Email:  mailto:[EMAIL PROTECTED]


 --6A8DF45E9A5D90D670826DEE
 Content-Type: text/html; charset=us-ascii
 Content-Transfer-Encoding: 7bit

 !doctype html public "-//w3c//dtd html 4.0
transitional//en"
 html
 could be a bad character in the email - I once had
our email server die
 with some bad characters in the email. Do this
happen on all email or just
 one? if one check the text you are sending.
 br- Michael Smith, TeraTech, Inc A
HREF="http://www.teratech.com/"http://www.teratech.com//A
 pEron Cohen wrote:
 blockquote TYPE=CITEAnyone have any ideas what
this CFMAIL error is
about?
 pError Diagnostic Information
 brUnable to write mail message to disk.
 brAn unexpected error occurred while attempting to
save the mail
message.
 pI've never seen it until recently.nbsp; My
harddrives have plenty of
 space.nbsp; I
 bram using CF 4.51/IIS 4.0/NT 4.0 SP 6a.
 pHere's my code:
 plt;CFMAIL to="#this_line#"
from="#form.mail_from#"
 brsubject="#form.mail_subject# (Invoice:
#inovoice_number#)"
type="HTML"
 brlt;CFMAILPARAM

brFILE="d:\online-documents\readme_files\SoftwareLicenseAgreement.rtf"
 
 brlt;CFMAILPARAM
FILE="d:\online-documents\readme_files\readme.wri"
 
 br#Mail_message#
 brlt;br
 brAuthorization lt;cfif #form.number_of_codes# is
"1"Codelt;cfelseCodeslt;/cfif:
 br#temp_codes#lt;br
 brlt;/cfmail
 pThanks in advance,
 pEron

p-
-
 brArchives: a
href="http://www.mail-archive.com/cf-talk@houseoffusion.com/"http://www.mai
[EMAIL PROTECTED]//a
 brTo Unsubscribe visit a
href="http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_tal
k"http://www.houseoffusion.com/index.cfm?sidebar=listsamp;body=lists/cf_ta
lk/a
 or send a message to
[EMAIL PROTECTED] with 'unsubscribe'
 in the body./blockquote

 p--
 brMichael Smith, TeraTech Inc - Tools for
Programmers(tm)
 brVB, CF/ASP Web, Telephony, Math, Access
programming tools amp;
consulting
 br100 Park Ave Ste 360, Rockville MD 20850 USA
 brVoice: +1-301-424-3903, 800-447-9120 x500nbsp;
Fax:301-762-8185nbsp;
 BBS:301-762-8184
 brWeb: A
HREF="http://www.teratech.com/sig/"http://www.teratech.com/sig//A
 brEmail:nbsp; A
HREF="mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A
 brnbsp;/html

 --6A8DF45E9A5D90D670826DEE--


--

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





Re: cf 4.5 cfmail problems

2000-07-07 Thread Erki Esken

 I have an email being sent out with cfmail on a coldfusion 4.5
 server. The content is being pulled from a database. The copy
 in the database is perfect. However once the email is received
 by the user the copy has problems.

 This is the copy as it sites in the database:
 "security at the company since the."

 The copy how it appears in the email:
 "security at the compa! ny since the"

 any ideas???

Yep. My co-worker was dealing with that same issue a few days ago.
The answer is, that the lines are too long in the outgoing mail
and some mail servers cut them (and add ! sign to the end).

Try wrapping your lines before sending the mail. Use wrap.cfm that
comes with one of the CF example apps
(/cfdocs/exampleapp/email/wrap.cfm).


Erki

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



cf 4.5 cfmail problems

2000-07-06 Thread James

This is a multi-part message in MIME format.

--=_NextPart_000_0168_01BFE750.AD81D430
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have an email being sent out with cfmail on a coldfusion 4.5 server. =
The content is being pulled from a database. The copy in the database is =
perfect. However once the email is received by the user the copy has =
problems.

This is the copy as it sites in the database:=20
"security at the company since the."

The copy how it appears in the email:
"security at the compa! ny since the"

any ideas???

thanks
james



James Durr
Web Application Developer
Carton Donofrio Interactive
www.cdinteractive.com
120 West Fayette Street
Baltimore, MD  21201
410-576-9000, ext. 287
[EMAIL PROTECTED]

--=_NextPart_000_0168_01BFE750.AD81D430
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT size=3D2I have an email being sent out with cfmail on a =
coldfusion 4.5=20
server./FONTFONT size=3D2 The content is being pulled from a =
database. The=20
copy in the database is perfect./FONTFONT size=3D2 However once the =
email is=20
received by the user the copy has problems./FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2This is the copy as it sites in the database: =
/FONT/DIV
DIVFONT size=3D2"security at the company since =
the."/FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2The copy how it appears in the email:/FONT/DIV
DIVFONT size=3D2"security at the compa! ny since =
the"/FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2any ideas???/FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2thanks/FONT/DIV
DIVFONT size=3D2james/FONT/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
DIVFONT size=3D2BRJames DurrBRWeb Application =
DeveloperBRCarton Donofrio=20
InteractiveBRA=20
href=3D"http://www.cdinteractive.com"www.cdinteractive.com/ABR120 =
West=20
Fayette StreetBRBaltimore, MDnbsp; 21201BR410-576-9000, ext. =
287BRA=20
href=3D"mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]/A/FONT=
/DIV/BODY/HTML

--=_NextPart_000_0168_01BFE750.AD81D430--

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