cfmail error - anyone know what to do about this one?

2007-06-14 Thread Mike Kear
I'm getting this error from an action page that sends a thank you email to the customer. I've googled around and can find quite a few people asking what to do about it, but no one with an answer. As far as i can see, some of the people experiencing the problem think its to do with a large

Re: cfmail error

2006-05-02 Thread Denny Valliant
Sorry, nothing springs to mind. I don't think that it should silently fail tho. Can you pull out the offending code and run some debug type stuff on it? You could try validating the email address prior, if that's really the error that's happening, but no mater what, I'm pretty sure something is

Re: cfmail error

2006-05-02 Thread Casey Dougall
SendFailedException: 550 is more a local mail server thing than anything... Even though testing messages sent from coldfusion administrator might work. I would expect when you attempt to send a message from an individual website using coldfusion your mail server doesn't want to relay the message.

cfmail error

2006-05-01 Thread Howard Owens
I have a bulk mail application I've used for years using CFMAIL on a 4.0server. Recently, I was FORCED (not that I'm complaining at all) to a CFMX server. Now I'm getting this error: A problem occurred when attempting to deliver mail. This exception was caused by:

Strange cfmail error

2004-12-22 Thread jmauney
Hello, I just happened to look at my mail.log file in the CF Admin and there are a lot (5-6 every minute) of this error: Error,scheduler-1,12/22/04,05:23:35,,550 Body From: of '@107' is banned Anyone seen this before, or have an idea of what it might be? Our domain is 1079thelink.com, which

Re: Strange cfmail error

2004-12-22 Thread Howie Hamlin
It looks like the mail server that you are using is banning that domain. I know for sure that some systems incorrectly reject mail from domains that begin with a number. At any rate, you should check with the email administrator. They may just be able to add the IP address of your ColdFusion

CFMAIL ERROR?

2004-12-09 Thread Ryan Mannion
Has anyone ever seen this error, when trying to use CFMAIL? This is the first time I've ever seen it. If so any fixes, suggestions? Error: Unable to write mail message to disk. An unexpected error occurred while attempting to save the mail message. The error occurred

Re: CFMAIL ERROR?

2004-12-09 Thread S . Isaac Dealey
Make sure the disk isn't full and the ColdFusion Server service has write permissions in the mail spool directory. Has anyone ever seen this error, when trying to use CFMAIL? This is the first time I've ever seen it. If so any fixes, suggestions? Error: Unable to write mail message to

CFMAIL error.....help please

2003-02-25 Thread ecreese
I am generating some errors that are not letting me send mail using CFMAIL. Here is my error. Error,scheduler-1,02/25/03,20:20:49,,Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550 5.7.1

Re: CFMAIL error.....help please

2003-02-25 Thread S . Isaac Dealey
I am generating some errors that are not letting me send mail using CFMAIL. Here is my error. Error,scheduler-1,02/25/03,20:20:49,,Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550

Re: CFMAIL error.....help please

2003-02-25 Thread S . Isaac Dealey
If you're sending email using the www.popmail.com server, this might cause a problem: Note: We've taken steps to try to prevent spammers from using our system. Be sure to Log Out of your account properly. Improper Log Out will mean that your account will be inaccessible for 30 minutes I am

RE: CFMAIL error.....help please

2003-02-25 Thread Pete Freitag
. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:29 PM To: CF-Talk Subject: CFMAIL error.help please I am generating some errors that are not letting me send mail using CFMAIL

RE: CFMAIL error.....help please

2003-02-25 Thread Tony Weeg
PROTECTED] Sent: Tuesday, February 25, 2003 9:29 PM To: CF-Talk Subject: CFMAIL error.help please I am generating some errors that are not letting me send mail using CFMAIL. Here is my error. Error,scheduler-1,02/25/03,20:20:49,,Sending failed; nested exception

cfmail error question

2002-05-20 Thread Tony_Petruzzi
have I have no idea why this happened, but all of a sudden cfmail fails every time it send out an email. I'm using the smtp service that comes with IIS to send out mails. Seems that every time an email is sent it goes right into the badmail directory. The error that is sent into the badmail

RE: cfmail error question

2002-05-20 Thread Joshua Miller
:: Programming Eagle Web Development LLC www.eaglewd.com [EMAIL PROTECTED] (304) 622-5676 (Clarksburg Office) (304) 456-4942 (Home Office) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 19, 2002 6:21 PM To: CF-Talk Subject: cfmail error question have

Re: cfmail error question

2002-05-20 Thread nagrom
, and then move them to the spooler. nagrom ~ http://www.morgankelsey.com - Original Message - From: Joshua Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 20, 2002 9:57 AM Subject: RE: cfmail error question Someone on the list posted the core

RE: cfmail error question

2002-05-20 Thread Tony_Petruzzi
. anyone ever tackle this problem. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: nagrom [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 10:07 AM To: CF-Talk Subject: Re: cfmail error question cameron childress presented

FW: cfmail error question

2002-05-20 Thread Tony_Petruzzi
From: Petruzzi, Tony Sent: Sunday, May 19, 2002 6:21 PM To: CF-Talk (E-mail) Subject: cfmail error question have I have no idea why this happened, but all of a sudden cfmail fails every time it send out an email. I'm using the smtp service that comes with IIS to send out

cfmail error

2002-05-15 Thread nerd
Does anybody know what this is all about: -- unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (1:1) to (5:2).

RE: cfmail error

2002-05-15 Thread David Grabbe
] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 2:46 PM To: CF-Talk Subject: cfmail error Does anybody know what this is all about: -- unknown exception condition TagCFMail::sendMessage The error occurred while processing an element

RE: cfmail error

2002-05-15 Thread Charles Nahm
To: CF-Talk Subject: cfmail error Does anybody know what this is all about: -- unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (1:1) to (5

Re: cfmail error

2002-05-15 Thread David Lakein
Could also be that the webserver can't locate or connect to mailserver. I got that error on a client's server last week; turned out the webserver couldn't ping the domain name of the mailserver, but could get to the IP. must've been a DNS problem. I changed the CFMAIL tag to use the IP

Weird CFMAIL Error

2001-10-05 Thread mailinglist
Can anyone help me identify this error. I'm running CF 4.5 on Windows 98 if it's any help. Tanx! Gregory Harris [EMAIL PROTECTED] unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document

FW: CFMAIL Error

2001-09-25 Thread Hirschman, Miriam
-Original Message- From: Hirschman, Miriam Sent: Tuesday, September 25, 2001 1:36 PM To: '[EMAIL PROTECTED]' Subject: CFMAIL Error I am trying to send email with the CFMAIL tag and I am getting the following error: Error Diagnostic Information unknown exception condition

Strange CFMail Error

2001-09-04 Thread Joshua Miller
A query driven CFOUTPUT tag is nested inside a CFMAIL tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that drives the processing. cfmail to=[EMAIL PROTECTED]

RE: Retraction: Strange CFMail Error

2001-09-04 Thread Joshua Miller
PM To: [EMAIL PROTECTED] Subject: Strange CFMail Error A query driven CFOUTPUT tag is nested inside a CFMAIL tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query

CFMAIL Error w/ CF 5.0

2001-07-30 Thread David B Brooks
Heya all, Is anyone receiving the TagCFMail::sendMessage error with CF 5.0 Enterprise? I have seen the Allaire KB article, applied the patch, and have increased the delay setting multiple times, still keep receiving this error. Any info will be of great help. Thanks :) David.

RE: cfmail error with attachment

2001-07-25 Thread Dave Watts
any other alternative solution where i can do without uploading file? Not really. If you want to send mail with attachments from the server, the attached files will have to be on the server, at least temporarily. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496

Re: cfmail error with attachment

2001-07-25 Thread tom muck
Upload the file send the email delete the file tom Mak Wing Lok [EMAIL PROTECTED] wrote in message 020e01c114b4$1bbfada0$06646464@makwinglok">news:020e01c114b4$1bbfada0$06646464@makwinglok... any other alternative solution where i can do without uploading file?

HELP: CFmail Error

2001-07-24 Thread Foggy, Doreen
Does anyone know what this error means? Error Occurred While Processing Request Error Diagnostic Information Error occurred while attempting to spool mail message to file (spool directory = 'C:\CFUSION\MAIL\SPOOL\', recipient='[EMAIL PROTECTED]', subject='Comments and Suggestions') The disk is

Re: CFmail Error

2001-07-24 Thread Dasher
Is your disk full? - Original Message - From: Foggy, Doreen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 11:16 AM Subject: HELP: CFmail Error Does anyone know what this error means? Error Occurred While Processing Request Error Diagnostic Information

RE: HELP: CFmail Error

2001-07-24 Thread Duane Boudreau
: CFmail Error Does anyone know what this error means? Error Occurred While Processing Request Error Diagnostic Information Error occurred while attempting to spool mail message to file (spool directory = 'C:\CFUSION\MAIL\SPOOL\', recipient='[EMAIL PROTECTED]', subject='Comments and Suggestions

RE: HELP: CFmail Error

2001-07-24 Thread Garza, Jeff
://www.spectrumastro.com -Original Message- From: Foggy, Doreen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 9:16 AM To: CF-Talk Subject: HELP: CFmail Error Does anyone know what this error means? Error Occurred While Processing Request Error Diagnostic Information Error occurred

RE: HELP: CFmail Error

2001-07-24 Thread Dave Watts
Does anyone know what this error means? Error Occurred While Processing Request ... The disk is full. (Filename=C:\CFUSION\MAIL\SPOOL\CFM232.TMP) ... It means that you don't have any room on your C drive for additional storage. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

RE: HELP: CFmail Error

2001-07-24 Thread Mark Warrick
ICQ: 125160 / AIM: markwarric -Original Message- From: Foggy, Doreen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 9:16 AM To: CF-Talk Subject: HELP: CFmail Error Does anyone know what this error means? Error Occurred While Processing

Re: CFmail Error

2001-07-24 Thread Howie Hamlin
- Original Message - From: Foggy, Doreen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 12:16 PM Subject: HELP: CFmail Error Does anyone know what this error means? Error Occurred While Processing Request Error Diagnostic Information Error occurred while

cfmail error with attachment

2001-07-24 Thread Mak Wing Lok
hi all, i got this error when i tried to send an email with attachment, anyone help please? Error Occurred While Processing Request Error Diagnostic Information Unable to attach file. Cannot attach 'C:\testing.txt' to the mail message. The file does not exist The error occurred while

RE: cfmail error with attachment

2001-07-24 Thread Mark Warrick
, July 24, 2001 6:04 PM To: CF-Talk Subject: cfmail error with attachment hi all, i got this error when i tried to send an email with attachment, anyone help please? Error Occurred While Processing Request Error Diagnostic Information Unable to attach file. Cannot attach 'C:\testing.txt

Re: cfmail error with attachment

2001-07-24 Thread Jennifer
At 09:04 AM 7/25/2001 +0800, you wrote: hi all, i got this error when i tried to send an email with attachment, anyone help please? Error Occurred While Processing Request Error Diagnostic Information Unable to attach file. Cannot attach 'C:\testing.txt' to the mail message. The file does not

Re: cfmail error with attachment

2001-07-24 Thread Mak Wing Lok
? - Original Message - From: Jennifer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 9:39 AM Subject: Re: cfmail error with attachment At 09:04 AM 7/25/2001 +0800, you wrote: hi all, i got this error when i tried to send an email with attachment

RE: cfmail error with attachment

2001-07-24 Thread Dave Watts
yes you are right, i'm trying to attach the file from a PC in an email, but can i do it without uploading the file to the server? i don't want to have a copy of that file in the server as it might be a private and confidential file. can CFMAIl attach file without uploading the file to

Re: cfmail error with attachment

2001-07-24 Thread Howie Hamlin
, July 24, 2001 10:17 PM Subject: Re: cfmail error with attachment yes you are right, i'm trying to attach the file from a PC in an email, but can i do it without uploading the file to the server? i don't want to have a copy of that file in the server as it might be a private and confidential

Re: cfmail error with attachment

2001-07-24 Thread Mak Wing Lok
any other alternative solution where i can do without uploading file? - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 10:29 AM Subject: RE: cfmail error with attachment yes you are right, i'm trying to attach

CFMail Error

2001-06-09 Thread Michael Gribbin
Hi, I am using CFPop to download my email into a database for browsing when I am away from my office and can't use my outlook express. I have everything working wonderfully except for a unknown exception condition, unknown error while executing a tag error that keeps popping up. It first showed

Re: CFMail Error

2001-06-09 Thread Marc Edwards
. HTH, Marc - Original Message - From: Michael Gribbin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, June 09, 2001 4:58 PM Subject: CFMail Error Hi, I am using CFPop to download my email into a database for browsing when I am away from my office and can't use my

CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread Robert Everland
Ok here is what happened with CFMAIL and why I consider it a bug. I wanted to send out a mass email to some people, yes I know bad idea, but well it's already done. There were 94,000 addresses, it only got to 17,000 before it started crapping out. It looks as though whenever CF would

RE: CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread Dylan Bromby
To: CF-Talk Subject: CFMAIL ERROR I WILL EXPLAIN Ok here is what happened with CFMAIL and why I consider it a bug. I wanted to send out a mass email to some people, yes I know bad idea, but well it's already done. There were 94,000 addresses, it only got to 17,000 before it started crapping

RE: CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread lsellers
000 before it started crapping out. It looks as though whenever CF would parse the mail to the email server it somehow made a blank cfmail page that is exactly the same size as the email it should have made. Now this blank one had only a a line of big rectangular boxes and once CF went to

CFMail error

2000-12-27 Thread Jason Larson
Can someone help me out? What the heck does the following cfmail error mean? unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (79:1) to (79:121) in the template file Thanks

RE: CFMail error

2000-12-27 Thread lsellers
Can someone help me out? What the heck does the following cfmail error mean? It means the allaire programmers need to spend more time stress testing their DLL's? :-) I'm guessing it's something either in their winsock send routines or the routine that prepares the text for sending

CFMAIL ERROR

2000-11-07 Thread AustralianAccommodation.com Pty. Ltd.
the following code works fine when there is only one record that meets the cfquery condition cfquery datasource="Australianaccomm" username="#username#" password="#password#" name="advert" select * from retail where activestatus= 'b' /cfquery CFMAIL QUERY="advert"

CFMAIL Error...Please Help

2000-08-18 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C008E6.0FCF0660 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am receive this message when I try to send mail using CFSERVER 4.5.1 Error Diagnostic Information unknown

CFMail Error

2000-05-17 Thread John Bowering
Does anyone know what's causing this error? I've tried 3 SMTP servers, get the same response from all of them. I've copied all messages from the UNDLV folder to another servers spool folder, and they went out fine. "Error","TID=202","05/17/00","15:22:34","Failed to send the spooled mail file,