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.

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

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
You need to setup your Mail server to allow relaying. if your using sendmail read this: http://www.sendmail.org/tips/relaying.html if your using MS SMTP Server you can set it up to relay from a specific IP address. Or you can use SMTP authentication.

RE: CFMAIL error.....help please

2003-02-25 Thread Tony Weeg
its truly just the outgoing mail server doesnt recognize your ip address as an authorized ip address to relay mail from. can u authenticate through logging into it? so that it will send the mail agnostic of your ip address? tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: cfmail error question

2002-05-20 Thread Joshua Miller
Someone on the list posted the core of this code last week - I'll pass it along in Tag format. This basically bypasses CFMAIL and dumps mail straight into the mailroot spooler. Thanks to whomever that was that posted the CFFILE code, you're my new best friend! !---

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

RE: cfmail error

2002-05-15 Thread David Grabbe
Do you have enough disk space on the disk your mail server is located? Best regards, David David Grabbe Manager, Information Systems Church of the Great God [EMAIL PROTECTED] http://www.cgg.org -Original Message- From: [EMAIL PROTECTED]

RE: cfmail error

2002-05-15 Thread Charles Nahm
I think this happened to me last week or the week before. Check disk space on the CF Server and make sure there are no 0 length files in the CF Spool. Regards, Charles Nahm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 2:46 PM To:

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

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?

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: CFmail Error

2001-07-24 Thread Howie Hamlin
Your hard drive is full and CF cannot create the temporary spool file. 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 Join the DevCon community at www.coolfusion.com/devcon

RE: cfmail error with attachment

2001-07-24 Thread Mark Warrick
Looks like you're trying to attach a file to your CFMAIL message, so check the path to the attachments directory to make sure it's the same as wherever the file is stored. ---mark Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business

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

Re: CFMail Error

2001-06-09 Thread Marc Edwards
I remember having a similar sounding problem when I was experimenting with creating a web based mail client on CF about a year ago. If I remember correctly, my problem was caused by CF POP not being able to recognise the date format in certain occasional emails (I have no clue why that was, and

RE: CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread Dylan Bromby
i have a database of 47,000 email addresses. if i try and mail them all it craps out. so i break it up into 8,000 address chunks and i can spit them out in 8-12 minutes each. -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:40 AM

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

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 that